#586225

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

Shades of Saratoga #586225

Tints of Saratoga #586225

Color information

#586225 (or 0x586225) is unknown color: approx Saratoga. HEX triplet: 58, 62 and 25. RGB value is (88,98,37). Sum of RGB (Red+Green+Blue) = 88+98+37=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #586225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586225 is #A79DDA. Grayscale: #585858. Windows color (decimal): -10984923 or 2450008. OLE color: 2450008.

HSL color Cylindrical-coordinate representation of color #586225: hue angle of 69.84º 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 #586225 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB889837-
CMYK0.1000.620.62
HSL69.84º45.19%26.47%-
HSV(B)69.84º62.24%38.43%-
XYZ8.7310.943.4-
YUV88.0699.19127.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=39.46%
G=43.95%
B=16.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898370.1000.620.6269.8445.1926.47
Hex586225A03E3E462d1a
Octal1301424512076761065532
Binary1011000110001010010110100111110111110100011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586225; }

 p { color: rgb(88,98,37); }

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

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

 a { background-color: rgb(88,98,37); }

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

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

 span { border-color: rgb(88,98,37); }

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