#55932d

Color #55932D Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #55932D

Tints of Limeade #55932D

Color information

#55932D (or 0x55932D) is unknown color: approx Limeade. HEX triplet: 55, 93 and 2D. RGB value is (85,147,45). Sum of RGB (Red+Green+Blue) = 85+147+45=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #55932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55932D is #AA6CD2. Grayscale: #757575. Windows color (decimal): -11168979 or 2986837. OLE color: 2986837.

HSL color Cylindrical-coordinate representation of color #55932D: hue angle of 96.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55932D is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB8514745-
CMYK0.4200.690.42
HSL96.47º53.12%37.65%-
HSV(B)96.47º69.39%57.65%-
XYZ14.6522.996.15-
YUV116.8387.46105.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 147 (57.81% from 255) = 53.07%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=30.69%
G=53.07%
B=16.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147450.4200.690.4296.4753.1237.65
Hex55932D2A0452A603526
Octal12522355520105521406546
Binary101010110010011101101101010010001011010101100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55932d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55932d; }

 p { color: rgb(85,147,45); }

 H1.HeaderClassName
 {
   color: #55932d;
 }
 .AnyTagClassName
 {
   color: #55932d;
 }
</style>
background-color css

<style>
 a { background-color: #55932d; }

 a { background-color: rgb(85,147,45); }

 div.DivClassName
 {
   background-color: #55932d;
 }
 .BgClassName
 {
   background-color: #55932d;
 }
</style>
border-color css

<style>
 span { border-color: #55932d; }

 span { border-color: rgb(85,147,45); }

 td.TdClassName
 {
   border-color: #55932d;
 }
 .TagClassName
 {
   border-color: #55932d;
 }
</style>