#556933

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

Shades of Dark Olive Green #556933

Tints of Dark Olive Green #556933

Color information

#556933 (or 0x556933) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 33. RGB value is (85,105,51). Sum of RGB (Red+Green+Blue) = 85+105+51=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #556933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556933 is #AA96CC. Grayscale: #5D5D5D. Windows color (decimal): -11179725 or 3369301. OLE color: 3369301.

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

Color convert

RGB8510551-
CMYK0.1900.510.59
HSL82.22º34.62%30.59%-
HSV(B)82.22º51.43%41.18%-
XYZ9.412.275.01-
YUV92.86104.37122.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=35.27%
G=43.57%
B=21.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105510.1900.510.5982.2234.6230.59
Hex556933130333B52231f
Octal1251516323063731224337
Binary10101011101001110011100110110011111011101001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556933; }

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

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

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

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

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

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

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

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