Html Css Color HEX #556140 Lunar Green

📋 copy color: '#556140'

red 85 ◦ green 97 ◦ blue 64

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

Shades of Lunar Green #556140

Tints of Lunar Green #556140

RGB

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

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

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

R = 34.55%
G = 39.43%
B = 26.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#556140 (or 0x556140) is known color: Lunar Green. HEX triplet: 55, 61 and 40. RGB value is (85,97,64). Sum of RGB (Red+Green+Blue) = 85+97+64=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #556140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556140 is #AA9EBF. Grayscale: #595959. Windows color (decimal): -11181760 or 4219221. OLE color: 4219221.

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

Color convert

RGB 85 97 64 -
CMYK 0.12 0 0.34 0.62
HSL 81.82º 0.2% 0.32% -
HSV(B) 81.82º 0.34% 0.38% -
XYZ 8.95 10.85 6.47 -
YUV 89.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 85 97 64 0.12 0 0.34 0.62 81.82 0.2 0.32
Hex 55 61 40 C 0 22 3E 52 14 20
Octal 125 141 100 14 0 42 76 122 24 40
Binary 1010101 1100001 1000000 1100 0 100010 111110 1010010 10100 100000

Color Harmonies of #556140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556140

Black with #556140

Text Example


Text Example

White with #556140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556140; }

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

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

background-color css

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

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

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

border-color css

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

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

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