#556021

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

Shades of Saratoga #556021

Tints of Saratoga #556021

Color information

#556021 (or 0x556021) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 21. RGB value is (85,96,33). Sum of RGB (Red+Green+Blue) = 85+96+33=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #556021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556021 is #AA9FDE. Grayscale: #555555. Windows color (decimal): -11182047 or 2187349. OLE color: 2187349.

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

Color convert

RGB859633-
CMYK0.1100.660.62
HSL70.48º48.84%25.29%-
HSV(B)70.48º65.62%37.65%-
XYZ8.210.413.02-
YUV85.5398.36127.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=39.72%
G=44.86%
B=15.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596330.1100.660.6270.4848.8425.29
Hex556021B0423E463119
Octal12514041130102761066131
Binary10101011100000100001101101000010111110100011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556021; }

 p { color: rgb(85,96,33); }

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

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

 a { background-color: rgb(85,96,33); }

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

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

 span { border-color: rgb(85,96,33); }

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