Html Css Color HEX #555F3C Lunar Green

📋 copy color: '#555F3C'

red 85 ◦ green 95 ◦ blue 60

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

Shades of Lunar Green #555F3C

Tints of Lunar Green #555F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25%

R = 35.42%
G = 39.58%
B = 25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#555F3C (or 0x555F3C) is known color: Lunar Green. HEX triplet: 55, 5F and 3C. RGB value is (85,95,60). Sum of RGB (Red+Green+Blue) = 85+95+60=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 95 - color contains mainly: green. Hex color #555F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F3C is #AAA0C3. Grayscale: #585858. Windows color (decimal): -11182276 or 3956565. OLE color: 3956565.

HSL color Cylindrical-coordinate representation of color #555F3C: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555F3C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 95 60 -
CMYK 0.11 0 0.37 0.63
HSL 77.14º 0.23% 0.3% -
HSV(B) 77.14º 0.37% 0.37% -
XYZ 8.65 10.44 5.83 -
YUV 88.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 85 95 60 0.11 0 0.37 0.63 77.14 0.23 0.3
Hex 55 5F 3C B 0 25 3F 4D 17 1E
Octal 125 137 74 13 0 45 77 115 27 36
Binary 1010101 1011111 111100 1011 0 100101 111111 1001101 10111 11110

Color Harmonies of #555F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F3C

Black with #555F3C

Text Example


Text Example

White with #555F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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