Html Css Color HEX #556037 Dark Olive Green

📋 copy color: '#556037'

red 85 ◦ green 96 ◦ blue 55

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

Shades of Dark Olive Green #556037

Tints of Dark Olive Green #556037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 36.02%
G = 40.68%
B = 23.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#556037 (or 0x556037) is known color: Dark Olive Green. HEX triplet: 55, 60 and 37. RGB value is (85,96,55). Sum of RGB (Red+Green+Blue) = 85+96+55=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #556037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556037 is #AA9FC8. Grayscale: #585858. Windows color (decimal): -11182025 or 3629141. OLE color: 3629141.

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

Color convert

RGB 85 96 55 -
CMYK 0.11 0 0.43 0.62
HSL 76.1º 0.27% 0.3% -
HSV(B) 76.1º 0.43% 0.38% -
XYZ 8.62 10.57 5.2 -
YUV 88.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 85 96 55 0.11 0 0.43 0.62 76.1 0.27 0.3
Hex 55 60 37 B 0 2B 3E 4C 1B 1E
Octal 125 140 67 13 0 53 76 114 33 36
Binary 1010101 1100000 110111 1011 0 101011 111110 1001100 11011 11110

Color Harmonies of #556037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556037

Black with #556037

Text Example


Text Example

White with #556037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556037; }

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

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

background-color css

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

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

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

border-color css

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

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

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