#555F44

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

Shades of Lunar Green #555F44

Tints of Lunar Green #555F44

Color information

#555F44 (or 0x555F44) is unknown color: approx Lunar Green. HEX triplet: 55, 5F and 44. RGB value is (85,95,68). Sum of RGB (Red+Green+Blue) = 85+95+68=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #555F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F44 is #AAA0BB. Grayscale: #595959. Windows color (decimal): -11182268 or 4480853. OLE color: 4480853.

HSL color Cylindrical-coordinate representation of color #555F44: hue angle of 82.22º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555F44 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.63.

Color convert

RGB859568-
CMYK0.1100.280.63
HSL82.22º16.56%31.96%-
HSV(B)82.22º28.42%37.25%-
XYZ8.8810.537.03-
YUV88.93116.19125.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=34.27%
G=38.31%
B=27.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595680.1100.280.6382.2216.5631.96
Hex555F44B01C3F521120
Octal12513710413034771222140
Binary1010101101111110001001011011100111111101001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555F44; }

 p { color: rgb(85,95,68); }

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

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

 a { background-color: rgb(85,95,68); }

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

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

 span { border-color: rgb(85,95,68); }

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