#566132

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

Shades of Saratoga #566132

Tints of Saratoga #566132

Color information

#566132 (or 0x566132) is unknown color: approx Saratoga. HEX triplet: 56, 61 and 32. RGB value is (86,97,50). Sum of RGB (Red+Green+Blue) = 86+97+50=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #566132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566132 is #A99ECD. Grayscale: #585858. Windows color (decimal): -11116238 or 3301718. OLE color: 3301718.

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

Color convert

RGB869750-
CMYK0.1100.480.62
HSL74.04º31.97%28.82%-
HSV(B)74.04º48.45%38.04%-
XYZ8.6910.764.64-
YUV88.35106.36126.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=36.91%
G=41.63%
B=21.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697500.1100.480.6274.0431.9728.82
Hex566132B0303E4a201d
Octal1261416213060761124035
Binary1010110110000111001010110110000111110100101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566132; }

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

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

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

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

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

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

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

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