Html Css Color HEX #619384 Patina

📋 copy color: '#619384'

red 97 ◦ green 147 ◦ blue 132

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

Shades of Patina #619384

Tints of Patina #619384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 25.8%
G = 39.1%
B = 35.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#619384 (or 0x619384) is known color: Patina. HEX triplet: 61, 93 and 84. RGB value is (97,147,132). Sum of RGB (Red+Green+Blue) = 97+147+132=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #619384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619384 is #9E6C7B. Grayscale: #828282. Windows color (decimal): -10382460 or 8688481. OLE color: 8688481.

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

Color convert

RGB 97 147 132 -
CMYK 0.34 0 0.10 0.42
HSL 162º 0.2% 0.48% -
HSV(B) 162º 0.34% 0.58% -
XYZ 19.53 25.07 25.64 -
YUV 130.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 97 147 132 0.34 0 0.10 0.42 162 0.2 0.48
Hex 61 93 84 22 0 A 2A A2 14 30
Octal 141 223 204 42 0 12 52 242 24 60
Binary 1100001 10010011 10000100 100010 0 1010 101010 10100010 10100 110000

Color Harmonies of #619384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619384

Black with #619384

Text Example


Text Example

White with #619384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619384; }

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

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

background-color css

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

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

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

border-color css

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

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

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