#586131

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

Shades of Saratoga #586131

Tints of Saratoga #586131

Color information

#586131 (or 0x586131) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 31. RGB value is (88,97,49). Sum of RGB (Red+Green+Blue) = 88+97+49=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #586131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586131 is #A79ECE. Grayscale: #595959. Windows color (decimal): -10985167 or 3236184. OLE color: 3236184.

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

Color convert

RGB889749-
CMYK0.0900.490.62
HSL71.25º32.88%28.63%-
HSV(B)71.25º49.48%38.04%-
XYZ8.8510.854.53-
YUV88.84105.52127.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=37.61%
G=41.45%
B=20.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897490.0900.490.6271.2532.8828.63
Hex58613190313E47211d
Octal1301416111061761074135
Binary1011000110000111000110010110001111110100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586131; }

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

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

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

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

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

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

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

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