#515930

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

Shades of Saratoga #515930

Tints of Saratoga #515930

Color information

#515930 (or 0x515930) is unknown color: approx Saratoga. HEX triplet: 51, 59 and 30. RGB value is (81,89,48). Sum of RGB (Red+Green+Blue) = 81+89+48=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #515930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515930 is #AEA6CF. Grayscale: #525252. Windows color (decimal): -11445968 or 3168593. OLE color: 3168593.

HSL color Cylindrical-coordinate representation of color #515930: hue angle of 71.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #515930 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB818948-
CMYK0.0900.460.65
HSL71.71º29.93%26.86%-
HSV(B)71.71º46.07%34.9%-
XYZ7.59.114.16-
YUV81.93108.85127.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=37.16%
G=40.83%
B=22.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189480.0900.460.6571.7129.9326.86
Hex515930902E41481e1b
Octal12113160110561011103633
Binary1010001101100111000010010101110100000110010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515930; }

 p { color: rgb(81,89,48); }

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

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

 a { background-color: rgb(81,89,48); }

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

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

 span { border-color: rgb(81,89,48); }

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