#576034

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

Shades of Saratoga #576034

Tints of Saratoga #576034

Color information

#576034 (or 0x576034) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 34. RGB value is (87,96,52). Sum of RGB (Red+Green+Blue) = 87+96+52=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #576034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576034 is #A89FCB. Grayscale: #585858. Windows color (decimal): -11050956 or 3432535. OLE color: 3432535.

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

Color convert

RGB879652-
CMYK0.0900.460.62
HSL72.27º29.73%29.02%-
HSV(B)72.27º45.83%37.65%-
XYZ8.7310.644.84-
YUV88.29107.52127.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=37.02%
G=40.85%
B=22.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796520.0900.460.6272.2729.7329.02
Hex576034902E3E481e1d
Octal1271406411056761103635
Binary101011111000001101001001010111011111010010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576034; }

 p { color: rgb(87,96,52); }

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

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

 a { background-color: rgb(87,96,52); }

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

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

 span { border-color: rgb(87,96,52); }

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