#519379

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

Shades of Patina #519379

Tints of Patina #519379

Color information

#519379 (or 0x519379) is unknown color: approx Patina. HEX triplet: 51, 93 and 79. RGB value is (81,147,121). Sum of RGB (Red+Green+Blue) = 81+147+121=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #519379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519379 is #AE6C86. Grayscale: #7C7C7C. Windows color (decimal): -11431047 or 7967569. OLE color: 7967569.

HSL color Cylindrical-coordinate representation of color #519379: hue angle of 156.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519379 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB81147121-
CMYK0.4500.180.42
HSL156.36º28.95%44.71%-
HSV(B)156.36º44.9%57.65%-
XYZ17.282421.81-
YUV124.3126.1397.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=23.21%
G=42.12%
B=34.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471210.4500.180.42156.3628.9544.71
Hex5193792D0122A9c1d2d
Octal12122317155022522343555
Binary10100011001001111110011011010100101010101001110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519379; }

 p { color: rgb(81,147,121); }

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

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

 a { background-color: rgb(81,147,121); }

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

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

 span { border-color: rgb(81,147,121); }

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