#585D24

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

Shades of Saratoga #585D24

Tints of Saratoga #585D24

Color information

#585D24 (or 0x585D24) is unknown color: approx Saratoga. HEX triplet: 58, 5D and 24. RGB value is (88,93,36). Sum of RGB (Red+Green+Blue) = 88+93+36=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #585D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D24 is #A7A2DB. Grayscale: #555555. Windows color (decimal): -10986204 or 2383192. OLE color: 2383192.

HSL color Cylindrical-coordinate representation of color #585D24: hue angle of 65.26º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #585D24 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB889336-
CMYK0.0500.610.64
HSL65.26º44.19%25.29%-
HSV(B)65.26º61.29%36.47%-
XYZ8.2610.033.17-
YUV85.01100.34130.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=40.55%
G=42.86%
B=16.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8893360.0500.610.6465.2644.1925.29
Hex585D24503D40412c19
Octal1301354450751001015431
Binary1011000101110110010010101111011000000100000110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585D24; }

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

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

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

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

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

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

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

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