Html Css Color HEX #619480 Patina

📋 copy color: '#619480'

red 97 ◦ green 148 ◦ blue 128

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

Shades of Patina #619480

Tints of Patina #619480

RGB

 RED value IS 97 (38.28% from 255) = 26.01%

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

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 26.01%
G = 39.68%
B = 34.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#619480 (or 0x619480) is known color: Patina. HEX triplet: 61, 94 and 80. RGB value is (97,148,128). Sum of RGB (Red+Green+Blue) = 97+148+128=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #619480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619480 is #9E6B7F. Grayscale: #828282. Windows color (decimal): -10382208 or 8426593. OLE color: 8426593.

HSL color Cylindrical-coordinate representation of color #619480: hue angle of 156.47º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619480 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 128 -
CMYK 0.34 0 0.14 0.42
HSL 156.47º 0.21% 0.48% -
HSV(B) 156.47º 0.34% 0.58% -
XYZ 19.42 25.28 24.28 -
YUV 130.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 97 148 128 0.34 0 0.14 0.42 156.47 0.21 0.48
Hex 61 94 80 22 0 E 2A 9C 15 30
Octal 141 224 200 42 0 16 52 234 25 60
Binary 1100001 10010100 10000000 100010 0 1110 101010 10011100 10101 110000

Color Harmonies of #619480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619480

Black with #619480

Text Example


Text Example

White with #619480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619480; }

 p { color: rgb(97,148,128); }

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

background-color css

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

 a { background-color: rgb(97,148,128); }

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

border-color css

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

 span { border-color: rgb(97,148,128); }

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