#556627

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

Shades of Dark Olive Green #556627

Tints of Dark Olive Green #556627

Color information

#556627 (or 0x556627) is unknown color: approx Dark Olive Green. HEX triplet: 55, 66 and 27. RGB value is (85,102,39). Sum of RGB (Red+Green+Blue) = 85+102+39=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #556627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556627 is #AA99D8. Grayscale: #595959. Windows color (decimal): -11180505 or 2582101. OLE color: 2582101.

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

Color convert

RGB8510239-
CMYK0.1700.620.6
HSL76.19º44.68%27.65%-
HSV(B)76.19º61.76%40%-
XYZ8.8611.583.69-
YUV89.7399.37124.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=37.61%
G=45.13%
B=17.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102390.1700.620.676.1944.6827.65
Hex5566271103E3C4c2d1c
Octal1251464721076741145534
Binary10101011100110100111100010111110111100100110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556627; }

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

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

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

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

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

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

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

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