#586220

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

Shades of Saratoga #586220

Tints of Saratoga #586220

Color information

#586220 (or 0x586220) is unknown color: approx Saratoga. HEX triplet: 58, 62 and 20. RGB value is (88,98,32). Sum of RGB (Red+Green+Blue) = 88+98+32=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #586220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586220 is #A79DDF. Grayscale: #575757. Windows color (decimal): -10984928 or 2122328. OLE color: 2122328.

HSL color Cylindrical-coordinate representation of color #586220: hue angle of 69.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #586220 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB889832-
CMYK0.1000.670.62
HSL69.09º50.77%25.49%-
HSV(B)69.09º67.35%38.43%-
XYZ8.6510.913.02-
YUV87.4996.69128.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=40.37%
G=44.95%
B=14.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898320.1000.670.6269.0950.7725.49
Hex586220A0433E453319
Octal13014240120103761056331
Binary10110001100010100000101001000011111110100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586220; }

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

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

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

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

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

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

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

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