#556320

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

Shades of Saratoga #556320

Tints of Saratoga #556320

Color information

#556320 (or 0x556320) is unknown color: approx Saratoga. HEX triplet: 55, 63 and 20. RGB value is (85,99,32). Sum of RGB (Red+Green+Blue) = 85+99+32=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #556320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556320 is #AA9CDF. Grayscale: #575757. Windows color (decimal): -11181280 or 2122581. OLE color: 2122581.

HSL color Cylindrical-coordinate representation of color #556320: hue angle of 72.54º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #556320 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB859932-
CMYK0.1400.680.61
HSL72.54º51.15%25.69%-
HSV(B)72.54º67.68%38.82%-
XYZ8.4710.963.04-
YUV87.1896.86126.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=39.35%
G=45.83%
B=14.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599320.1400.680.6172.5451.1525.69
Hex556320E0443D49331a
Octal12514340160104751116332
Binary10101011100011100000111001000100111101100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556320; }

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

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

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

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

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

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

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

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