#586229

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

Shades of Saratoga #586229

Tints of Saratoga #586229

Color information

#586229 (or 0x586229) is unknown color: approx Saratoga. HEX triplet: 58, 62 and 29. RGB value is (88,98,41). Sum of RGB (Red+Green+Blue) = 88+98+41=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #586229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586229 is #A79DD6. Grayscale: #585858. Windows color (decimal): -10984919 or 2712152. OLE color: 2712152.

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

Color convert

RGB889841-
CMYK0.1000.580.62
HSL70.53º41.01%27.25%-
HSV(B)70.53º58.16%38.43%-
XYZ8.7910.973.75-
YUV88.51101.19127.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=38.77%
G=43.17%
B=18.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898410.1000.580.6270.5341.0127.25
Hex586229A03A3E47291b
Octal1301425112072761075133
Binary1011000110001010100110100111010111110100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586229; }

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

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

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

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

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

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

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

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