#586033

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

Shades of Saratoga #586033

Tints of Saratoga #586033

Color information

#586033 (or 0x586033) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 33. RGB value is (88,96,51). Sum of RGB (Red+Green+Blue) = 88+96+51=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #586033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586033 is #A79FCC. Grayscale: #585858. Windows color (decimal): -10985421 or 3367000. OLE color: 3367000.

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

Color convert

RGB889651-
CMYK0.0800.470.62
HSL70.67º30.61%28.82%-
HSV(B)70.67º46.88%37.65%-
XYZ8.810.684.73-
YUV88.48106.85127.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=37.45%
G=40.85%
B=21.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896510.0800.470.6270.6730.6128.82
Hex586033802F3E471f1d
Octal1301406310057761073735
Binary101100011000001100111000010111111111010001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586033; }

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

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

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

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

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

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

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

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