Html Css Color HEX #555F40 Lunar Green

📋 copy color: '#555F40'

red 85 ◦ green 95 ◦ blue 64

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

Shades of Lunar Green #555F40

Tints of Lunar Green #555F40

RGB

 RED value IS 85 (33.59% from 255) = 34.84%

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

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 34.84%
G = 38.93%
B = 26.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#555F40 (or 0x555F40) is known color: Lunar Green. HEX triplet: 55, 5F and 40. RGB value is (85,95,64). Sum of RGB (Red+Green+Blue) = 85+95+64=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 95 - color contains mainly: green. Hex color #555F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F40 is #AAA0BF. Grayscale: #585858. Windows color (decimal): -11182272 or 4218709. OLE color: 4218709.

HSL color Cylindrical-coordinate representation of color #555F40: hue angle of 79.35º 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 #555F40 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 95 64 -
CMYK 0.11 0 0.33 0.63
HSL 79.35º 0.19% 0.31% -
HSV(B) 79.35º 0.33% 0.37% -
XYZ 8.76 10.49 6.41 -
YUV 88.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 85 95 64 0.11 0 0.33 0.63 79.35 0.19 0.31
Hex 55 5F 40 B 0 21 3F 4F 13 1F
Octal 125 137 100 13 0 41 77 117 23 37
Binary 1010101 1011111 1000000 1011 0 100001 111111 1001111 10011 11111

Color Harmonies of #555F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F40

Black with #555F40

Text Example


Text Example

White with #555F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #555F40;
 }
 .AnyTagClassName
 {
   color: #555F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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