#576132

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

Shades of Saratoga #576132

Tints of Saratoga #576132

Color information

#576132 (or 0x576132) is unknown color: approx Saratoga. HEX triplet: 57, 61 and 32. RGB value is (87,97,50). Sum of RGB (Red+Green+Blue) = 87+97+50=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #576132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576132 is #A89ECD. Grayscale: #585858. Windows color (decimal): -11050702 or 3301719. OLE color: 3301719.

HSL color Cylindrical-coordinate representation of color #576132: hue angle of 72.77º 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 #576132 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB879750-
CMYK0.1000.480.62
HSL72.77º31.97%28.82%-
HSV(B)72.77º48.45%38.04%-
XYZ8.7810.814.64-
YUV88.65106.19126.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=37.18%
G=41.45%
B=21.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797500.1000.480.6272.7731.9728.82
Hex576132A0303E49201d
Octal1271416212060761114035
Binary1010111110000111001010100110000111110100100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576132; }

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

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

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

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

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

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

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

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