#556A2A

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

Shades of Dark Olive Green #556A2A

Tints of Dark Olive Green #556A2A

Color information

#556A2A (or 0x556A2A) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6A and 2A. RGB value is (85,106,42). Sum of RGB (Red+Green+Blue) = 85+106+42=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #556A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556A2A is #AA95D5. Grayscale: #5C5C5C. Windows color (decimal): -11179478 or 2779733. OLE color: 2779733.

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

Color convert

RGB8510642-
CMYK0.2000.600.58
HSL79.69º43.24%29.02%-
HSV(B)79.69º60.38%41.57%-
XYZ9.3212.414.09-
YUV92.4299.54122.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=36.48%
G=45.49%
B=18.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106420.2000.600.5879.6943.2429.02
Hex556A2A1403C3A502b1d
Octal1251525224074721205335
Binary10101011101010101010101000111100111010101000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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