Html Css Color HEX #619388 Patina

📋 copy color: '#619388'

red 97 ◦ green 147 ◦ blue 136

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

Shades of Patina #619388

Tints of Patina #619388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

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

R = 25.53%
G = 38.68%
B = 35.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#619388 (or 0x619388) is known color: Patina. HEX triplet: 61, 93 and 88. RGB value is (97,147,136). Sum of RGB (Red+Green+Blue) = 97+147+136=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #619388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619388 is #9E6C77. Grayscale: #828282. Windows color (decimal): -10382456 or 8950625. OLE color: 8950625.

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

Color convert

RGB 97 147 136 -
CMYK 0.34 0 0.07 0.42
HSL 166.8º 0.2% 0.48% -
HSV(B) 166.8º 0.34% 0.58% -
XYZ 19.81 25.19 27.11 -
YUV 130.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 97 147 136 0.34 0 0.07 0.42 166.8 0.2 0.48
Hex 61 93 88 22 0 7 2A A7 14 30
Octal 141 223 210 42 0 7 52 247 24 60
Binary 1100001 10010011 10001000 100010 0 111 101010 10100111 10100 110000

Color Harmonies of #619388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619388

Black with #619388

Text Example


Text Example

White with #619388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619388; }

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

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

background-color css

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

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

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

border-color css

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

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

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