#586130

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

Shades of Saratoga #586130

Tints of Saratoga #586130

Color information

#586130 (or 0x586130) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 30. RGB value is (88,97,48). Sum of RGB (Red+Green+Blue) = 88+97+48=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #586130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586130 is #A79ECF. Grayscale: #585858. Windows color (decimal): -10985168 or 3170648. OLE color: 3170648.

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

Color convert

RGB889748-
CMYK0.0900.510.62
HSL71.02º33.79%28.43%-
HSV(B)71.02º50.52%38.04%-
XYZ8.8310.844.42-
YUV88.72105.02127.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=37.77%
G=41.63%
B=20.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897480.0900.510.6271.0233.7928.43
Hex58613090333E47221c
Octal1301416011063761074234
Binary1011000110000111000010010110011111110100011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586130; }

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

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

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

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

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

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

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

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