#556936

Color #556936 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #556936

Tints of Dark Olive Green #556936

Color information

#556936 (or 0x556936) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 36. RGB value is (85,105,54). Sum of RGB (Red+Green+Blue) = 85+105+54=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #556936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556936 is #AA96C9. Grayscale: #5D5D5D. Windows color (decimal): -11179722 or 3565909. OLE color: 3565909.

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

Color convert

RGB8510554-
CMYK0.1900.490.59
HSL83.53º32.08%31.18%-
HSV(B)83.53º48.57%41.18%-
XYZ9.4612.35.37-
YUV93.21105.87122.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=34.84%
G=43.03%
B=22.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105540.1900.490.5983.5332.0831.18
Hex556936130313B54201f
Octal1251516623061731244037
Binary10101011101001110110100110110001111011101010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556936; }

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

 H1.HeaderClassName
 {
   color: #556936;
 }
 .AnyTagClassName
 {
   color: #556936;
 }
</style>
background-color css

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

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

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

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

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

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