#586132

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

Shades of Saratoga #586132

Tints of Saratoga #586132

Color information

#586132 (or 0x586132) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 32. RGB value is (88,97,50). Sum of RGB (Red+Green+Blue) = 88+97+50=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #586132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586132 is #A79ECD. Grayscale: #595959. Windows color (decimal): -10985166 or 3301720. OLE color: 3301720.

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

Color convert

RGB889750-
CMYK0.0900.480.62
HSL71.49º31.97%28.82%-
HSV(B)71.49º48.45%38.04%-
XYZ8.8710.854.64-
YUV88.95106.02127.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=37.45%
G=41.28%
B=21.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897500.0900.480.6271.4931.9728.82
Hex58613290303E47201d
Octal1301416211060761074035
Binary1011000110000111001010010110000111110100011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586132; }

 p { color: rgb(88,97,50); }

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

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

 a { background-color: rgb(88,97,50); }

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

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

 span { border-color: rgb(88,97,50); }

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