Html Css Color HEX #556040 Lunar Green

📋 copy color: '#556040'

red 85 ◦ green 96 ◦ blue 64

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

Shades of Lunar Green #556040

Tints of Lunar Green #556040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

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

R = 34.69%
G = 39.18%
B = 26.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#556040 (or 0x556040) is known color: Lunar Green. HEX triplet: 55, 60 and 40. RGB value is (85,96,64). Sum of RGB (Red+Green+Blue) = 85+96+64=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #556040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556040 is #AA9FBF. Grayscale: #595959. Windows color (decimal): -11182016 or 4218965. OLE color: 4218965.

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

Color convert

RGB 85 96 64 -
CMYK 0.11 0 0.33 0.62
HSL 80.63º 0.2% 0.31% -
HSV(B) 80.63º 0.33% 0.38% -
XYZ 8.85 10.67 6.44 -
YUV 89.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 85 96 64 0.11 0 0.33 0.62 80.63 0.2 0.31
Hex 55 60 40 B 0 21 3E 51 14 1F
Octal 125 140 100 13 0 41 76 121 24 37
Binary 1010101 1100000 1000000 1011 0 100001 111110 1010001 10100 11111

Color Harmonies of #556040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556040

Black with #556040

Text Example


Text Example

White with #556040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556040; }

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

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

background-color css

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

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

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

border-color css

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

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

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