#566026

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

Shades of Saratoga #566026

Tints of Saratoga #566026

Color information

#566026 (or 0x566026) is unknown color: approx Saratoga. HEX triplet: 56, 60 and 26. RGB value is (86,96,38). Sum of RGB (Red+Green+Blue) = 86+96+38=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #566026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566026 is #A99FD9. Grayscale: #565656. Windows color (decimal): -11116506 or 2515030. OLE color: 2515030.

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

Color convert

RGB869638-
CMYK0.1000.600.62
HSL70.34º43.28%26.27%-
HSV(B)70.34º60.42%37.65%-
XYZ8.3710.483.42-
YUV86.4100.69127.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=39.09%
G=43.64%
B=17.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696380.1000.600.6270.3443.2826.27
Hex566026A03C3E462b1a
Octal1261404612074761065332
Binary1010110110000010011010100111100111110100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566026; }

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

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

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

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

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

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

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

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