#586324

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

Shades of Saratoga #586324

Tints of Saratoga #586324

Color information

#586324 (or 0x586324) is unknown color: approx Saratoga. HEX triplet: 58, 63 and 24. RGB value is (88,99,36). Sum of RGB (Red+Green+Blue) = 88+99+36=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #586324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586324 is #A79CDB. Grayscale: #585858. Windows color (decimal): -10984668 or 2384728. OLE color: 2384728.

HSL color Cylindrical-coordinate representation of color #586324: hue angle of 70.48º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #586324 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB889936-
CMYK0.1100.640.61
HSL70.48º46.67%26.47%-
HSV(B)70.48º63.64%38.82%-
XYZ8.811.133.35-
YUV88.5398.36127.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 36 (14.45% from 255) = 16.14%
R=39.46%
G=44.39%
B=16.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8899360.1100.640.6170.4846.6726.47
Hex586324B0403D462f1a
Octal13014344130100751065732
Binary10110001100011100100101101000000111101100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586324; }

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

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

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

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

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

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

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

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