#556B33

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

Shades of Dark Olive Green #556B33

Tints of Dark Olive Green #556B33

Color information

#556B33 (or 0x556B33) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6B and 33. RGB value is (85,107,51). Sum of RGB (Red+Green+Blue) = 85+107+51=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #556B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B33 is #AA94CC. Grayscale: #5E5E5E. Windows color (decimal): -11179213 or 3369813. OLE color: 3369813.

HSL color Cylindrical-coordinate representation of color #556B33: hue angle of 83.57º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #556B33 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB8510751-
CMYK0.2100.520.58
HSL83.57º35.44%30.98%-
HSV(B)83.57º52.34%41.96%-
XYZ9.612.695.07-
YUV94.04103.71121.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=34.98%
G=44.03%
B=20.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107510.2100.520.5883.5735.4430.98
Hex556B33150343A54231f
Octal1251536325064721244337
Binary10101011101011110011101010110100111010101010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556B33; }

 p { color: rgb(85,107,51); }

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

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

 a { background-color: rgb(85,107,51); }

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

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

 span { border-color: rgb(85,107,51); }

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