#566228

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

Shades of Saratoga #566228

Tints of Saratoga #566228

Color information

#566228 (or 0x566228) is unknown color: approx Saratoga. HEX triplet: 56, 62 and 28. RGB value is (86,98,40). Sum of RGB (Red+Green+Blue) = 86+98+40=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #566228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566228 is #A99DD7. Grayscale: #585858. Windows color (decimal): -11115992 or 2646614. OLE color: 2646614.

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

Color convert

RGB869840-
CMYK0.1200.590.62
HSL72.41º42.03%27.06%-
HSV(B)72.41º59.18%38.43%-
XYZ8.5910.873.65-
YUV87.8101.02126.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 40 (16.02% from 255) = 17.86%
R=38.39%
G=43.75%
B=17.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698400.1200.590.6272.4142.0327.06
Hex566228C03B3E482a1b
Octal1261425014073761105233
Binary1010110110001010100011000111011111110100100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566228; }

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

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

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

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

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

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

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

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