Html Css Color HEX #556036 Dark Olive Green

📋 copy color: '#556036'

red 85 ◦ green 96 ◦ blue 54

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

Shades of Dark Olive Green #556036

Tints of Dark Olive Green #556036

RGB

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

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

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

R = 36.17%
G = 40.85%
B = 22.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#556036 (or 0x556036) is known color: Dark Olive Green. HEX triplet: 55, 60 and 36. RGB value is (85,96,54). Sum of RGB (Red+Green+Blue) = 85+96+54=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #556036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556036 is #AA9FC9. Grayscale: #585858. Windows color (decimal): -11182026 or 3563605. OLE color: 3563605.

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

Color convert

RGB 85 96 54 -
CMYK 0.11 0 0.44 0.62
HSL 75.71º 0.28% 0.29% -
HSV(B) 75.71º 0.44% 0.38% -
XYZ 8.6 10.56 5.08 -
YUV 87.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 85 96 54 0.11 0 0.44 0.62 75.71 0.28 0.29
Hex 55 60 36 B 0 2C 3E 4C 1C 1D
Octal 125 140 66 13 0 54 76 114 34 35
Binary 1010101 1100000 110110 1011 0 101100 111110 1001100 11100 11101

Color Harmonies of #556036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556036

Black with #556036

Text Example


Text Example

White with #556036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556036; }

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

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

background-color css

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

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

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

border-color css

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

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

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