#556628

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

Shades of Dark Olive Green #556628

Tints of Dark Olive Green #556628

Color information

#556628 (or 0x556628) is unknown color: approx Dark Olive Green. HEX triplet: 55, 66 and 28. RGB value is (85,102,40). Sum of RGB (Red+Green+Blue) = 85+102+40=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #556628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556628 is #AA99D7. Grayscale: #5A5A5A. Windows color (decimal): -11180504 or 2647637. OLE color: 2647637.

HSL color Cylindrical-coordinate representation of color #556628: hue angle of 76.45º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556628 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB8510240-
CMYK0.1700.610.6
HSL76.45º43.66%27.84%-
HSV(B)76.45º60.78%40%-
XYZ8.8811.593.78-
YUV89.8599.87124.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=37.44%
G=44.93%
B=17.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102400.1700.610.676.4543.6627.84
Hex5566281103D3C4c2c1c
Octal1251465021075741145434
Binary10101011100110101000100010111101111100100110010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556628; }

 p { color: rgb(85,102,40); }

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

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

 a { background-color: rgb(85,102,40); }

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

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

 span { border-color: rgb(85,102,40); }

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