#566129

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

Shades of Saratoga #566129

Tints of Saratoga #566129

Color information

#566129 (or 0x566129) is unknown color: approx Saratoga. HEX triplet: 56, 61 and 29. RGB value is (86,97,41). Sum of RGB (Red+Green+Blue) = 86+97+41=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #566129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566129 is #A99ED6. Grayscale: #575757. Windows color (decimal): -11116247 or 2711894. OLE color: 2711894.

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

Color convert

RGB869741-
CMYK0.1100.580.62
HSL71.79º40.58%27.06%-
HSV(B)71.79º57.73%38.04%-
XYZ8.5110.693.71-
YUV87.33101.86127.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=38.39%
G=43.30%
B=18.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697410.1100.580.6271.7940.5827.06
Hex566129B03A3E48291b
Octal1261415113072761105133
Binary1010110110000110100110110111010111110100100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566129; }

 p { color: rgb(86,97,41); }

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

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

 a { background-color: rgb(86,97,41); }

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

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

 span { border-color: rgb(86,97,41); }

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