#556526

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

Shades of Dark Olive Green #556526

Tints of Dark Olive Green #556526

Color information

#556526 (or 0x556526) is unknown color: approx Dark Olive Green. HEX triplet: 55, 65 and 26. RGB value is (85,101,38). Sum of RGB (Red+Green+Blue) = 85+101+38=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #556526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556526 is #AA9AD9. Grayscale: #595959. Windows color (decimal): -11180762 or 2516309. OLE color: 2516309.

HSL color Cylindrical-coordinate representation of color #556526: hue angle of 75.24º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556526 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB8510138-
CMYK0.1600.620.60
HSL75.24º45.32%27.25%-
HSV(B)75.24º62.38%39.61%-
XYZ8.7511.383.57-
YUV89.0399.2125.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=37.95%
G=45.09%
B=16.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101380.1600.620.6075.2445.3227.25
Hex5565261003E3C4b2d1b
Octal1251454620076741135533
Binary10101011100101100110100000111110111100100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556526; }

 p { color: rgb(85,101,38); }

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

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

 a { background-color: rgb(85,101,38); }

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

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

 span { border-color: rgb(85,101,38); }

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