#586134

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

Shades of Saratoga #586134

Tints of Saratoga #586134

Color information

#586134 (or 0x586134) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 34. RGB value is (88,97,52). Sum of RGB (Red+Green+Blue) = 88+97+52=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #586134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586134 is #A79ECB. Grayscale: #595959. Windows color (decimal): -10985164 or 3432792. OLE color: 3432792.

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

Color convert

RGB889752-
CMYK0.0900.460.62
HSL72º30.2%29.22%-
HSV(B)72º46.39%38.04%-
XYZ8.9210.874.88-
YUV89.18107.02127.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=37.13%
G=40.93%
B=21.94%

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
Decimal8897520.0900.460.627230.229.22
Hex586134902E3E481e1d
Octal1301416411056761103635
Binary101100011000011101001001010111011111010010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586134; }

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

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

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

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

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

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

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

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