Html Css Color HEX #519779 Patina

📋 copy color: '#519779'

red 81 ◦ green 151 ◦ blue 121

#519779
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #519779

Tints of Patina #519779

RGB

 RED value IS 81 (32.03% from 255) = 22.95%

 GREEN value IS 151 (59.38% from 255) = 42.78%

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 22.95%
G = 42.78%
B = 34.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#519779 (or 0x519779) is known color: Patina. HEX triplet: 51, 97 and 79. RGB value is (81,151,121). Sum of RGB (Red+Green+Blue) = 81+151+121=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #519779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519779 is #AE6886. Grayscale: #7E7E7E. Windows color (decimal): -11430023 or 7968593. OLE color: 7968593.

HSL color Cylindrical-coordinate representation of color #519779: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519779 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 121 -
CMYK 0.46 0 0.20 0.41
HSL 154.29º 0.3% 0.45% -
HSV(B) 154.29º 0.46% 0.59% -
XYZ 17.91 25.26 22.02 -
YUV 126.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 81 151 121 0.46 0 0.20 0.41 154.29 0.3 0.45
Hex 51 97 79 2E 0 14 29 9A 1E 2D
Octal 121 227 171 56 0 24 51 232 36 55
Binary 1010001 10010111 1111001 101110 0 10100 101001 10011010 11110 101101

Color Harmonies of #519779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519779

Black with #519779

Text Example


Text Example

White with #519779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519779; }

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

 H1.HeaderClassName
 {
   color: #519779;
 }
 .AnyTagClassName
 {
   color: #519779;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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