#566429

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

Shades of Saratoga #566429

Tints of Saratoga #566429

Color information

#566429 (or 0x566429) is unknown color: approx Saratoga. HEX triplet: 56, 64 and 29. RGB value is (86,100,41). Sum of RGB (Red+Green+Blue) = 86+100+41=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #566429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566429 is #A99BD6. Grayscale: #595959. Windows color (decimal): -11115479 or 2712662. OLE color: 2712662.

HSL color Cylindrical-coordinate representation of color #566429: hue angle of 74.24º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #566429 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB8610041-
CMYK0.1400.590.61
HSL74.24º41.84%27.65%-
HSV(B)74.24º59%39.22%-
XYZ8.811.253.81-
YUV89.09100.86125.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=37.89%
G=44.05%
B=18.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal86100410.1400.590.6174.2441.8427.65
Hex566429E03B3D4a2a1c
Octal1261445116073751125234
Binary1010110110010010100111100111011111101100101010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566429; }

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

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

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

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

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

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

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

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