#555C40

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

Shades of Lunar Green #555C40

Tints of Lunar Green #555C40

Color information

#555C40 (or 0x555C40) is unknown color: approx Lunar Green. HEX triplet: 55, 5C and 40. RGB value is (85,92,64). Sum of RGB (Red+Green+Blue) = 85+92+64=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 92 - color contains mainly: green. Hex color #555C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C40 is #AAA3BF. Grayscale: #565656. Windows color (decimal): -11183040 or 4217941. OLE color: 4217941.

HSL color Cylindrical-coordinate representation of color #555C40: hue angle of 75º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555C40 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB859264-
CMYK0.0800.300.64
HSL75º17.95%30.59%-
HSV(B)75º30.43%36.08%-
XYZ8.59.966.32-
YUV86.72115.18126.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=35.27%
G=38.17%
B=26.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592640.0800.300.647517.9530.59
Hex555C40801E404b121f
Octal125134100100361001132237
Binary1010101101110010000001000011110100000010010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,92,64); }

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

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

 a { background-color: rgb(85,92,64); }

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

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

 span { border-color: rgb(85,92,64); }

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