#586035

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

Shades of Saratoga #586035

Tints of Saratoga #586035

Color information

#586035 (or 0x586035) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 35. RGB value is (88,96,53). Sum of RGB (Red+Green+Blue) = 88+96+53=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #586035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586035 is #A79FCA. Grayscale: #585858. Windows color (decimal): -10985419 or 3498072. OLE color: 3498072.

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

Color convert

RGB889653-
CMYK0.0800.450.62
HSL71.16º28.86%29.22%-
HSV(B)71.16º44.79%37.65%-
XYZ8.8510.74.97-
YUV88.71107.85127.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=37.13%
G=40.51%
B=22.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896530.0800.450.6271.1628.8629.22
Hex586035802D3E471d1d
Octal1301406510055761073535
Binary101100011000001101011000010110111111010001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586035; }

 p { color: rgb(88,96,53); }

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

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

 a { background-color: rgb(88,96,53); }

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

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

 span { border-color: rgb(88,96,53); }

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