Html Css Color HEX #619488 Patina

📋 copy color: '#619488'

red 97 ◦ green 148 ◦ blue 136

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

Shades of Patina #619488

Tints of Patina #619488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 25.46%
G = 38.85%
B = 35.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#619488 (or 0x619488) is known color: Patina. HEX triplet: 61, 94 and 88. RGB value is (97,148,136). Sum of RGB (Red+Green+Blue) = 97+148+136=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #619488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619488 is #9E6B77. Grayscale: #838383. Windows color (decimal): -10382200 or 8950881. OLE color: 8950881.

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

Color convert

RGB 97 148 136 -
CMYK 0.34 0 0.08 0.42
HSL 165.88º 0.21% 0.48% -
HSV(B) 165.88º 0.34% 0.58% -
XYZ 19.96 25.5 27.16 -
YUV 131.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 97 148 136 0.34 0 0.08 0.42 165.88 0.21 0.48
Hex 61 94 88 22 0 8 2A A6 15 30
Octal 141 224 210 42 0 10 52 246 25 60
Binary 1100001 10010100 10001000 100010 0 1000 101010 10100110 10101 110000

Color Harmonies of #619488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619488

Black with #619488

Text Example


Text Example

White with #619488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619488; }

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

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

background-color css

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

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

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

border-color css

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

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

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