#556827

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

Shades of Dark Olive Green #556827

Tints of Dark Olive Green #556827

Color information

#556827 (or 0x556827) is unknown color: approx Dark Olive Green. HEX triplet: 55, 68 and 27. RGB value is (85,104,39). Sum of RGB (Red+Green+Blue) = 85+104+39=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #556827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556827 is #AA97D8. Grayscale: #5B5B5B. Windows color (decimal): -11179993 or 2582613. OLE color: 2582613.

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

Color convert

RGB8510439-
CMYK0.1800.620.59
HSL77.54º45.45%28.04%-
HSV(B)77.54º62.5%40.78%-
XYZ9.0611.983.75-
YUV90.9198.71123.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=37.28%
G=45.61%
B=17.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104390.1800.620.5977.5445.4528.04
Hex5568271203E3B4e2d1c
Octal1251504722076731165534
Binary10101011101000100111100100111110111011100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556827; }

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

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

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

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

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

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

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

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