#556220

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

Shades of Saratoga #556220

Tints of Saratoga #556220

Color information

#556220 (or 0x556220) is unknown color: approx Saratoga. HEX triplet: 55, 62 and 20. RGB value is (85,98,32). Sum of RGB (Red+Green+Blue) = 85+98+32=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #556220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556220 is #AA9DDF. Grayscale: #565656. Windows color (decimal): -11181536 or 2122325. OLE color: 2122325.

HSL color Cylindrical-coordinate representation of color #556220: hue angle of 71.82º degrees, saturation: 0.51, 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 #556220 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB859832-
CMYK0.1300.670.62
HSL71.82º50.77%25.49%-
HSV(B)71.82º67.35%38.43%-
XYZ8.3710.773-
YUV86.5997.19126.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=39.53%
G=45.58%
B=14.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598320.1300.670.6271.8250.7725.49
Hex556220D0433E483319
Octal12514240150103761106331
Binary10101011100010100000110101000011111110100100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556220; }

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

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

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

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

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

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

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

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