#575D45

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

Shades of Lunar Green #575D45

Tints of Lunar Green #575D45

Color information

#575D45 (or 0x575D45) is unknown color: approx Lunar Green. HEX triplet: 57, 5D and 45. RGB value is (87,93,69). Sum of RGB (Red+Green+Blue) = 87+93+69=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #575D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D45 is #A8A2BA. Grayscale: #585858. Windows color (decimal): -11051707 or 4545879. OLE color: 4545879.

HSL color Cylindrical-coordinate representation of color #575D45: hue angle of 75º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575D45 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB879369-
CMYK0.0600.260.64
HSL75º14.81%31.76%-
HSV(B)75º25.81%36.47%-
XYZ8.9210.287.15-
YUV88.47117.01126.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=34.94%
G=37.35%
B=27.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793690.0600.260.647514.8131.76
Hex575D45601A404bf20
Octal12713510560321001131740
Binary101011110111011000101110011010100000010010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,69); }

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

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

 a { background-color: rgb(87,93,69); }

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

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

 span { border-color: rgb(87,93,69); }

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