Html Css Color HEX #619184 Patina

📋 copy color: '#619184'

red 97 ◦ green 145 ◦ blue 132

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

Shades of Patina #619184

Tints of Patina #619184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

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

R = 25.94%
G = 38.77%
B = 35.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#619184 (or 0x619184) is known color: Patina. HEX triplet: 61, 91 and 84. RGB value is (97,145,132). Sum of RGB (Red+Green+Blue) = 97+145+132=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #619184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619184 is #9E6E7B. Grayscale: #818181. Windows color (decimal): -10382972 or 8687969. OLE color: 8687969.

HSL color Cylindrical-coordinate representation of color #619184: hue angle of 163.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619184 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 132 -
CMYK 0.33 0 0.09 0.43
HSL 163.75º 0.2% 0.47% -
HSV(B) 163.75º 0.33% 0.57% -
XYZ 19.22 24.46 25.54 -
YUV 129.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 97 145 132 0.33 0 0.09 0.43 163.75 0.2 0.47
Hex 61 91 84 21 0 9 2B A4 14 2F
Octal 141 221 204 41 0 11 53 244 24 57
Binary 1100001 10010001 10000100 100001 0 1001 101011 10100100 10100 101111

Color Harmonies of #619184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619184

Black with #619184

Text Example


Text Example

White with #619184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619184; }

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

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

background-color css

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

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

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

border-color css

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

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

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