#519B7F

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

Shades of Patina #519B7F

Tints of Patina #519B7F

Color information

#519B7F (or 0x519B7F) is unknown color: approx Patina. HEX triplet: 51, 9B and 7F. RGB value is (81,155,127). Sum of RGB (Red+Green+Blue) = 81+155+127=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #519B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B7F is #AE6480. Grayscale: #818181. Windows color (decimal): -11428993 or 8362833. OLE color: 8362833.

HSL color Cylindrical-coordinate representation of color #519B7F: hue angle of 157.3º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B7F is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB81155127-
CMYK0.4800.180.39
HSL157.3º31.36%46.27%-
HSV(B)157.3º47.74%60.78%-
XYZ18.9526.7224.24-
YUV129.68126.4893.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 127 (50% from 255) = 34.99%
R=22.31%
G=42.70%
B=34.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811551270.4800.180.39157.331.3646.27
Hex519B7F30012279d1f2e
Octal12123317760022472353756
Binary10100011001101111111111100000100101001111001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519B7F; }

 p { color: rgb(81,155,127); }

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

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

 a { background-color: rgb(81,155,127); }

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

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

 span { border-color: rgb(81,155,127); }

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