Html Css Color HEX #556136 Dark Olive Green

📋 copy color: '#556136'

red 85 ◦ green 97 ◦ blue 54

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

Shades of Dark Olive Green #556136

Tints of Dark Olive Green #556136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.88%

R = 36.02%
G = 41.1%
B = 22.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#556136 (or 0x556136) is known color: Dark Olive Green. HEX triplet: 55, 61 and 36. RGB value is (85,97,54). Sum of RGB (Red+Green+Blue) = 85+97+54=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #556136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556136 is #AA9EC9. Grayscale: #585858. Windows color (decimal): -11181770 or 3563861. OLE color: 3563861.

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

Color convert

RGB 85 97 54 -
CMYK 0.12 0 0.44 0.62
HSL 76.74º 0.28% 0.3% -
HSV(B) 76.74º 0.44% 0.38% -
XYZ 8.69 10.75 5.11 -
YUV 88.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 85 97 54 0.12 0 0.44 0.62 76.74 0.28 0.3
Hex 55 61 36 C 0 2C 3E 4D 1C 1E
Octal 125 141 66 14 0 54 76 115 34 36
Binary 1010101 1100001 110110 1100 0 101100 111110 1001101 11100 11110

Color Harmonies of #556136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556136

Black with #556136

Text Example


Text Example

White with #556136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556136; }

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

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

background-color css

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

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

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

border-color css

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

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

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