#566024

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

Shades of Saratoga #566024

Tints of Saratoga #566024

Color information

#566024 (or 0x566024) is unknown color: approx Saratoga. HEX triplet: 56, 60 and 24. RGB value is (86,96,36). Sum of RGB (Red+Green+Blue) = 86+96+36=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #566024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566024 is #A99FDB. Grayscale: #565656. Windows color (decimal): -11116508 or 2383958. OLE color: 2383958.

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

Color convert

RGB869636-
CMYK0.1000.620.62
HSL70º45.45%25.88%-
HSV(B)70º62.5%37.65%-
XYZ8.3410.473.25-
YUV86.1799.69127.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=39.45%
G=44.04%
B=16.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696360.1000.620.627045.4525.88
Hex566024A03E3E462d1a
Octal1261404412076761065532
Binary1010110110000010010010100111110111110100011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566024; }

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

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

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

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

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

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

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

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