Html Css Color HEX #556937 Dark Olive Green

📋 copy color: '#556937'

red 85 ◦ green 105 ◦ blue 55

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

Shades of Dark Olive Green #556937

Tints of Dark Olive Green #556937

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

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

R = 34.69%
G = 42.86%
B = 22.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#556937 (or 0x556937) is known color: Dark Olive Green. HEX triplet: 55, 69 and 37. RGB value is (85,105,55). Sum of RGB (Red+Green+Blue) = 85+105+55=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #556937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556937 is #AA96C8. Grayscale: #5D5D5D. Windows color (decimal): -11179721 or 3631445. OLE color: 3631445.

HSL color Cylindrical-coordinate representation of color #556937: hue angle of 84º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556937 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 55 -
CMYK 0.19 0 0.48 0.59
HSL 84º 0.31% 0.31% -
HSV(B) 84º 0.48% 0.41% -
XYZ 9.49 12.31 5.49 -
YUV 93.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 85 105 55 0.19 0 0.48 0.59 84 0.31 0.31
Hex 55 69 37 13 0 30 3B 54 1F 1F
Octal 125 151 67 23 0 60 73 124 37 37
Binary 1010101 1101001 110111 10011 0 110000 111011 1010100 11111 11111

Color Harmonies of #556937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556937

Black with #556937

Text Example


Text Example

White with #556937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556937; }

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

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

background-color css

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

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

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

border-color css

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

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

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