#586031

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

Shades of Saratoga #586031

Tints of Saratoga #586031

Color information

#586031 (or 0x586031) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 31. RGB value is (88,96,49). Sum of RGB (Red+Green+Blue) = 88+96+49=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #586031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586031 is #A79FCE. Grayscale: #585858. Windows color (decimal): -10985423 or 3235928. OLE color: 3235928.

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

Color convert

RGB889649-
CMYK0.0800.490.62
HSL70.21º32.41%28.43%-
HSV(B)70.21º48.96%37.65%-
XYZ8.7610.664.5-
YUV88.25105.85127.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=37.77%
G=41.20%
B=21.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896490.0800.490.6270.2132.4128.43
Hex58603180313E46201c
Octal1301406110061761064034
Binary1011000110000011000110000110001111110100011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586031; }

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

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

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

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

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

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

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

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