#585938

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

Shades of Saratoga #585938

Tints of Saratoga #585938

Color information

#585938 (or 0x585938) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 38. RGB value is (88,89,56). Sum of RGB (Red+Green+Blue) = 88+89+56=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #585938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585938 is #A7A6C7. Grayscale: #555555. Windows color (decimal): -10987208 or 3692888. OLE color: 3692888.

HSL color Cylindrical-coordinate representation of color #585938: hue angle of 61.82º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #585938 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB888956-
CMYK0.0100.370.65
HSL61.82º22.76%28.43%-
HSV(B)61.82º37.08%34.9%-
XYZ8.319.55.14-
YUV84.94111.67130.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=37.77%
G=38.20%
B=24.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889560.0100.370.6561.8222.7628.43
Hex5859381025413e171c
Octal130131701045101762734
Binary101100010110011110001010010110000011111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585938; }

 p { color: rgb(88,89,56); }

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

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

 a { background-color: rgb(88,89,56); }

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

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

 span { border-color: rgb(88,89,56); }

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