#586024

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

Shades of Saratoga #586024

Tints of Saratoga #586024

Color information

#586024 (or 0x586024) is unknown color: approx Saratoga. HEX triplet: 58, 60 and 24. RGB value is (88,96,36). Sum of RGB (Red+Green+Blue) = 88+96+36=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #586024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586024 is #A79FDB. Grayscale: #565656. Windows color (decimal): -10985436 or 2383960. OLE color: 2383960.

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

Color convert

RGB889636-
CMYK0.0800.620.62
HSL68º45.45%25.88%-
HSV(B)68º62.5%37.65%-
XYZ8.5310.573.26-
YUV86.7799.35128.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=40%
G=43.64%
B=16.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896360.0800.620.626845.4525.88
Hex586024803E3E442d1a
Octal1301404410076761045532
Binary1011000110000010010010000111110111110100010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586024; }

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

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

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

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

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

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

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

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