#556042

Color #556042 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #556042

Tints of Lunar Green #556042

Color information

#556042 (or 0x556042) is unknown color: approx Lunar Green. HEX triplet: 55, 60 and 42. RGB value is (85,96,66). Sum of RGB (Red+Green+Blue) = 85+96+66=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #556042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556042 is #AA9FBD. Grayscale: #595959. Windows color (decimal): -11182014 or 4350037. OLE color: 4350037.

HSL color Cylindrical-coordinate representation of color #556042: hue angle of 82º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556042 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB859666-
CMYK0.1100.310.62
HSL82º18.52%31.76%-
HSV(B)82º31.25%37.65%-
XYZ8.9110.696.75-
YUV89.29114.86124.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=34.41%
G=38.87%
B=26.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596660.1100.310.628218.5231.76
Hex556042B01F3E521320
Octal12514010213037761222340
Binary1010101110000010000101011011111111110101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556042; }

 p { color: rgb(85,96,66); }

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

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

 a { background-color: rgb(85,96,66); }

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

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

 span { border-color: rgb(85,96,66); }

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