Html Css Color HEX #575F42 Lunar Green

📋 copy color: '#575F42'

red 87 ◦ green 95 ◦ blue 66

#575F42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #575F42

Tints of Lunar Green #575F42

RGB

 RED value IS 87 (34.38% from 255) = 35.08%

 GREEN value IS 95 (37.5% from 255) = 38.31%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 35.08%
G = 38.31%
B = 26.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#575F42 (or 0x575F42) is known color: Lunar Green. HEX triplet: 57, 5F and 42. RGB value is (87,95,66). Sum of RGB (Red+Green+Blue) = 87+95+66=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #575F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F42 is #A8A0BD. Grayscale: #595959. Windows color (decimal): -11051198 or 4349783. OLE color: 4349783.

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

Color convert

RGB 87 95 66 -
CMYK 0.08 0 0.31 0.63
HSL 76.55º 0.18% 0.32% -
HSV(B) 76.55º 0.31% 0.37% -
XYZ 9.01 10.6 6.73 -
YUV 89.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 87 95 66 0.08 0 0.31 0.63 76.55 0.18 0.32
Hex 57 5F 42 8 0 1F 3F 4D 12 20
Octal 127 137 102 10 0 37 77 115 22 40
Binary 1010111 1011111 1000010 1000 0 11111 111111 1001101 10010 100000

Color Harmonies of #575F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F42

Black with #575F42

Text Example


Text Example

White with #575F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #575F42;
 }
 .AnyTagClassName
 {
   color: #575F42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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