#556833

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

Shades of Dark Olive Green #556833

Tints of Dark Olive Green #556833

Color information

#556833 (or 0x556833) is unknown color: approx Dark Olive Green. HEX triplet: 55, 68 and 33. RGB value is (85,104,51). Sum of RGB (Red+Green+Blue) = 85+104+51=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #556833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556833 is #AA97CC. Grayscale: #5C5C5C. Windows color (decimal): -11179981 or 3369045. OLE color: 3369045.

HSL color Cylindrical-coordinate representation of color #556833: hue angle of 81.51º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #556833 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB8510451-
CMYK0.1800.510.59
HSL81.51º34.19%30.39%-
HSV(B)81.51º50.96%40.78%-
XYZ9.2912.074.97-
YUV92.28104.71122.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=35.42%
G=43.33%
B=21.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104510.1800.510.5981.5134.1930.39
Hex556833120333B52221e
Octal1251506322063731224236
Binary10101011101000110011100100110011111011101001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556833; }

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

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

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

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

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

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

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

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