#566134

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

Shades of Saratoga #566134

Tints of Saratoga #566134

Color information

#566134 (or 0x566134) is unknown color: approx Saratoga. HEX triplet: 56, 61 and 34. RGB value is (86,97,52). Sum of RGB (Red+Green+Blue) = 86+97+52=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #566134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566134 is #A99ECB. Grayscale: #585858. Windows color (decimal): -11116236 or 3432790. OLE color: 3432790.

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

Color convert

RGB869752-
CMYK0.1100.460.62
HSL74.67º30.2%29.22%-
HSV(B)74.67º46.39%38.04%-
XYZ8.7310.784.87-
YUV88.58107.36126.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=36.60%
G=41.28%
B=22.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697520.1100.460.6274.6730.229.22
Hex566134B02E3E4b1e1d
Octal1261416413056761133635
Binary101011011000011101001011010111011111010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566134; }

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

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

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

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

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

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

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

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