#586124

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

Shades of Saratoga #586124

Tints of Saratoga #586124

Color information

#586124 (or 0x586124) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 24. RGB value is (88,97,36). Sum of RGB (Red+Green+Blue) = 88+97+36=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #586124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586124 is #A79EDB. Grayscale: #575757. Windows color (decimal): -10985180 or 2384216. OLE color: 2384216.

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

Color convert

RGB889736-
CMYK0.0900.630.62
HSL68.85º45.86%26.08%-
HSV(B)68.85º62.89%38.04%-
XYZ8.6210.753.29-
YUV87.3699.02128.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 36 (14.45% from 255) = 16.29%
R=39.82%
G=43.89%
B=16.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897360.0900.630.6268.8545.8626.08
Hex586124903F3E452e1a
Octal1301414411077761055632
Binary1011000110000110010010010111111111110100010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586124; }

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

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

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

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

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

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

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

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