#586036

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

Shades of Saratoga #586036

Tints of Saratoga #586036

Color information

#586036 (or 0x586036) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 36. RGB value is (88,96,54). Sum of RGB (Red+Green+Blue) = 88+96+54=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #586036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586036 is #A79FC9. Grayscale: #585858. Windows color (decimal): -10985418 or 3563608. OLE color: 3563608.

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

Color convert

RGB889654-
CMYK0.0800.440.62
HSL71.43º28%29.41%-
HSV(B)71.43º43.75%37.65%-
XYZ8.8710.715.09-
YUV88.82108.35127.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=36.97%
G=40.34%
B=22.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896540.0800.440.6271.432829.41
Hex586036802C3E471c1d
Octal1301406610054761073435
Binary101100011000001101101000010110011111010001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586036; }

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

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

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

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

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

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

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

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