#619184

Color #619184 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #619184

Tints of Patina #619184

Color information

#619184 (or 0x619184) is unknown color: approx 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

RGB97145132-
CMYK0.3300.090.43
HSL163.75º19.83%47.45%-
HSV(B)163.75º33.1%56.86%-
XYZ19.2224.4625.54-
YUV129.17129.6105.06-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971451320.3300.090.43163.7519.8347.45
Hex61918421092Ba4142f
Octal14122120441011532442457
Binary11000011001000110000100100001010011010111010010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>