#566224

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

Shades of Saratoga #566224

Tints of Saratoga #566224

Color information

#566224 (or 0x566224) is unknown color: approx Saratoga. HEX triplet: 56, 62 and 24. RGB value is (86,98,36). Sum of RGB (Red+Green+Blue) = 86+98+36=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #566224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566224 is #A99DDB. Grayscale: #575757. Windows color (decimal): -11115996 or 2384470. OLE color: 2384470.

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

Color convert

RGB869836-
CMYK0.1200.630.62
HSL71.61º46.27%26.27%-
HSV(B)71.61º63.27%38.43%-
XYZ8.5210.843.31-
YUV87.3499.02127.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=39.09%
G=44.55%
B=16.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698360.1200.630.6271.6146.2726.27
Hex566224C03F3E482e1a
Octal1261424414077761105632
Binary1010110110001010010011000111111111110100100010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566224; }

 p { color: rgb(86,98,36); }

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

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

 a { background-color: rgb(86,98,36); }

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

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

 span { border-color: rgb(86,98,36); }

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