#576326

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

Shades of Saratoga #576326

Tints of Saratoga #576326

Color information

#576326 (or 0x576326) is unknown color: approx Saratoga. HEX triplet: 57, 63 and 26. RGB value is (87,99,38). Sum of RGB (Red+Green+Blue) = 87+99+38=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #576326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576326 is #A89CD9. Grayscale: #585858. Windows color (decimal): -11050202 or 2515799. OLE color: 2515799.

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

Color convert

RGB879938-
CMYK0.1200.620.61
HSL71.8º44.53%26.86%-
HSV(B)71.8º61.62%38.82%-
XYZ8.7411.093.51-
YUV88.4699.52126.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=38.84%
G=44.20%
B=16.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8799380.1200.620.6171.844.5326.86
Hex576326C03E3D482d1b
Octal1271434614076751105533
Binary1010111110001110011011000111110111101100100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576326; }

 p { color: rgb(87,99,38); }

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

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

 a { background-color: rgb(87,99,38); }

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

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

 span { border-color: rgb(87,99,38); }

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