Html Css Color HEX #556141 Lunar Green

📋 copy color: '#556141'

red 85 ◦ green 97 ◦ blue 65

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

Shades of Lunar Green #556141

Tints of Lunar Green #556141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.27%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 34.41%
G = 39.27%
B = 26.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#556141 (or 0x556141) is known color: Lunar Green. HEX triplet: 55, 61 and 41. RGB value is (85,97,65). Sum of RGB (Red+Green+Blue) = 85+97+65=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #556141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556141 is #AA9EBE. Grayscale: #595959. Windows color (decimal): -11181759 or 4284757. OLE color: 4284757.

HSL color Cylindrical-coordinate representation of color #556141: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #556141 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 65 -
CMYK 0.12 0 0.33 0.62
HSL 82.5º 0.2% 0.32% -
HSV(B) 82.5º 0.33% 0.38% -
XYZ 8.98 10.86 6.62 -
YUV 89.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 85 97 65 0.12 0 0.33 0.62 82.5 0.2 0.32
Hex 55 61 41 C 0 21 3E 52 14 20
Octal 125 141 101 14 0 41 76 122 24 40
Binary 1010101 1100001 1000001 1100 0 100001 111110 1010010 10100 100000

Color Harmonies of #556141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556141

Black with #556141

Text Example


Text Example

White with #556141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556141; }

 p { color: rgb(85,97,65); }

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

background-color css

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

 a { background-color: rgb(85,97,65); }

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

border-color css

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

 span { border-color: rgb(85,97,65); }

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