#556A2D

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

Shades of Dark Olive Green #556A2D

Tints of Dark Olive Green #556A2D

Color information

#556A2D (or 0x556A2D) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6A and 2D. RGB value is (85,106,45). Sum of RGB (Red+Green+Blue) = 85+106+45=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #556A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556A2D is #AA95D2. Grayscale: #5C5C5C. Windows color (decimal): -11179475 or 2976341. OLE color: 2976341.

HSL color Cylindrical-coordinate representation of color #556A2D: hue angle of 80.66º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556A2D is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB8510645-
CMYK0.2000.580.58
HSL80.66º40.4%29.61%-
HSV(B)80.66º57.55%41.57%-
XYZ9.3712.434.39-
YUV92.77101.04122.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=36.02%
G=44.92%
B=19.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106450.2000.580.5880.6640.429.61
Hex556A2D1403A3A51281e
Octal1251525524072721215036
Binary10101011101010101101101000111010111010101000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556A2D; }

 p { color: rgb(85,106,45); }

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

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

 a { background-color: rgb(85,106,45); }

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

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

 span { border-color: rgb(85,106,45); }

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