#586233

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

Shades of Saratoga #586233

Tints of Saratoga #586233

Color information

#586233 (or 0x586233) is unknown color: approx Saratoga. HEX triplet: 58, 62 and 33. RGB value is (88,98,51). Sum of RGB (Red+Green+Blue) = 88+98+51=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #586233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586233 is #A79DCC. Grayscale: #595959. Windows color (decimal): -10984909 or 3367512. OLE color: 3367512.

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

Color convert

RGB889851-
CMYK0.1000.480.62
HSL72.77º31.54%29.22%-
HSV(B)72.77º47.96%38.43%-
XYZ8.9911.054.79-
YUV89.65106.19126.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=37.13%
G=41.35%
B=21.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898510.1000.480.6272.7731.5429.22
Hex586233A0303E49201d
Octal1301426312060761114035
Binary1011000110001011001110100110000111110100100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586233; }

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

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

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

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

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

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

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

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