Html Css Color HEX #555947 Lunar Green

📋 copy color: '#555947'

red 85 ◦ green 89 ◦ blue 71

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

Shades of Lunar Green #555947

Tints of Lunar Green #555947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.98%

R = 34.69%
G = 36.33%
B = 28.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#555947 (or 0x555947) is known color: Lunar Green. HEX triplet: 55, 59 and 47. RGB value is (85,89,71). Sum of RGB (Red+Green+Blue) = 85+89+71=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #555947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555947 is #AAA6B8. Grayscale: #555555. Windows color (decimal): -11183801 or 4675925. OLE color: 4675925.

HSL color Cylindrical-coordinate representation of color #555947: hue angle of 73.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555947 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 71 -
CMYK 0.04 0 0.20 0.65
HSL 73.33º 0.11% 0.31% -
HSV(B) 73.33º 0.2% 0.35% -
XYZ 8.46 9.53 7.36 -
YUV 85.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 85 89 71 0.04 0 0.20 0.65 73.33 0.11 0.31
Hex 55 59 47 4 0 14 41 49 B 1F
Octal 125 131 107 4 0 24 101 111 13 37
Binary 1010101 1011001 1000111 100 0 10100 1000001 1001001 1011 11111

Color Harmonies of #555947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555947

Black with #555947

Text Example


Text Example

White with #555947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555947; }

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

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

background-color css

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

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

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

border-color css

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

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

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