Html Css Color HEX #555949 Lunar Green

📋 copy color: '#555949'

red 85 ◦ green 89 ◦ blue 73

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

Shades of Lunar Green #555949

Tints of Lunar Green #555949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 73 (28.91% from 255) = 29.55%

R = 34.41%
G = 36.03%
B = 29.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#555949 (or 0x555949) is known color: Lunar Green. HEX triplet: 55, 59 and 49. RGB value is (85,89,73). Sum of RGB (Red+Green+Blue) = 85+89+73=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #555949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555949 is #AAA6B6. Grayscale: #565656. Windows color (decimal): -11183799 or 4806997. OLE color: 4806997.

HSL color Cylindrical-coordinate representation of color #555949: hue angle of 75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555949 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 73 -
CMYK 0.04 0 0.18 0.65
HSL 75º 0.1% 0.32% -
HSV(B) 75º 0.18% 0.35% -
XYZ 8.52 9.56 7.7 -
YUV 85.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 85 89 73 0.04 0 0.18 0.65 75 0.1 0.32
Hex 55 59 49 4 0 12 41 4B A 20
Octal 125 131 111 4 0 22 101 113 12 40
Binary 1010101 1011001 1001001 100 0 10010 1000001 1001011 1010 100000

Color Harmonies of #555949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555949

Black with #555949

Text Example


Text Example

White with #555949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555949; }

 p { color: rgb(85,89,73); }

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

background-color css

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

 a { background-color: rgb(85,89,73); }

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

border-color css

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

 span { border-color: rgb(85,89,73); }

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