#575F40

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

Shades of Lunar Green #575F40

Tints of Lunar Green #575F40

Color information

#575F40 (or 0x575F40) is unknown color: approx Lunar Green. HEX triplet: 57, 5F and 40. RGB value is (87,95,64). Sum of RGB (Red+Green+Blue) = 87+95+64=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #575F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F40 is #A8A0BF. Grayscale: #595959. Windows color (decimal): -11051200 or 4218711. OLE color: 4218711.

HSL color Cylindrical-coordinate representation of color #575F40: hue angle of 75.48º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575F40 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB879564-
CMYK0.0800.330.63
HSL75.48º19.5%31.18%-
HSV(B)75.48º32.63%37.25%-
XYZ8.9510.586.42-
YUV89.07113.85126.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=35.37%
G=38.62%
B=26.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8795640.0800.330.6375.4819.531.18
Hex575F4080213F4b131f
Octal12713710010041771132337
Binary1010111101111110000001000010000111111110010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575F40; }

 p { color: rgb(87,95,64); }

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

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

 a { background-color: rgb(87,95,64); }

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

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

 span { border-color: rgb(87,95,64); }

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