#556039

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

Shades of Lunar Green #556039

Tints of Lunar Green #556039

Color information

#556039 (or 0x556039) is unknown color: approx Lunar Green. HEX triplet: 55, 60 and 39. RGB value is (85,96,57). Sum of RGB (Red+Green+Blue) = 85+96+57=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #556039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556039 is #AA9FC6. Grayscale: #585858. Windows color (decimal): -11182023 or 3760213. OLE color: 3760213.

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

Color convert

RGB859657-
CMYK0.1100.410.62
HSL76.92º25.49%30%-
HSV(B)76.92º40.62%37.65%-
XYZ8.6710.595.46-
YUV88.26110.36125.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=35.71%
G=40.34%
B=23.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596570.1100.410.6276.9225.4930
Hex556039B0293E4d191e
Octal1251407113051761153136
Binary101010111000001110011011010100111111010011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556039; }

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

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

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

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

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

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

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

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