Html Css Color HEX #519479 Patina

📋 copy color: '#519479'

red 81 ◦ green 148 ◦ blue 121

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

Shades of Patina #519479

Tints of Patina #519479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 23.14%
G = 42.29%
B = 34.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#519479 (or 0x519479) is known color: Patina. HEX triplet: 51, 94 and 79. RGB value is (81,148,121). Sum of RGB (Red+Green+Blue) = 81+148+121=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #519479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519479 is #AE6B86. Grayscale: #7C7C7C. Windows color (decimal): -11430791 or 7967825. OLE color: 7967825.

HSL color Cylindrical-coordinate representation of color #519479: hue angle of 155.82º 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 #519479 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 121 -
CMYK 0.45 0 0.18 0.42
HSL 155.82º 0.29% 0.45% -
HSV(B) 155.82º 0.45% 0.58% -
XYZ 17.43 24.31 21.86 -
YUV 124.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 81 148 121 0.45 0 0.18 0.42 155.82 0.29 0.45
Hex 51 94 79 2D 0 12 2A 9C 1D 2D
Octal 121 224 171 55 0 22 52 234 35 55
Binary 1010001 10010100 1111001 101101 0 10010 101010 10011100 11101 101101

Color Harmonies of #519479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519479

Black with #519479

Text Example


Text Example

White with #519479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519479; }

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

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

background-color css

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

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

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

border-color css

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

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

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