#556120

Color #556120 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #556120

Tints of Saratoga #556120

Color information

#556120 (or 0x556120) is unknown color: approx Saratoga. HEX triplet: 55, 61 and 20. RGB value is (85,97,32). Sum of RGB (Red+Green+Blue) = 85+97+32=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #556120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556120 is #AA9EDF. Grayscale: #565656. Windows color (decimal): -11181792 or 2122069. OLE color: 2122069.

HSL color Cylindrical-coordinate representation of color #556120: hue angle of 71.08º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556120 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB859732-
CMYK0.1200.670.62
HSL71.08º50.39%25.29%-
HSV(B)71.08º67.01%38.04%-
XYZ8.2810.582.97-
YUV8697.52127.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=39.72%
G=45.33%
B=14.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597320.1200.670.6271.0850.3925.29
Hex556120C0433E473219
Octal12514140140103761076231
Binary10101011100001100000110001000011111110100011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556120; }

 p { color: rgb(85,97,32); }

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

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

 a { background-color: rgb(85,97,32); }

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

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

 span { border-color: rgb(85,97,32); }

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