Shades of Patina #619584
Tints of Patina #619584
RGB
CMYK
RGB Variations
Color information
#619584 (or 0x619584) is known color: Patina. HEX triplet: 61, 95 and 84. RGB value is (97,149,132). Sum of RGB (Red+Green+Blue) = 97+149+132=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #619584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619584 is #9E6A7B. Grayscale: #838383. Windows color (decimal): -10381948 or 8688993. OLE color: 8688993.
HSL color Cylindrical-coordinate representation of color #619584: hue angle of 160.38º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619584 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 132 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.42 |
| HSL | 160.38º | 0.21% | 0.48% | - |
| HSV(B) | 160.38º | 0.35% | 0.58% | - |
| XYZ | 19.84 | 25.7 | 25.75 | - |
| YUV | 131.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 132 | 0.35 | 0 | 0.11 | 0.42 | 160.38 | 0.21 | 0.48 |
| Hex | 61 | 95 | 84 | 23 | 0 | B | 2A | A0 | 15 | 30 |
| Octal | 141 | 225 | 204 | 43 | 0 | 13 | 52 | 240 | 25 | 60 |
| Binary | 1100001 | 10010101 | 10000100 | 100011 | 0 | 1011 | 101010 | 10100000 | 10101 | 110000 |
Color Harmonies of #619584
Complementary color
Monochromatic Colors of #619584
Black with #619584
Text Example
Text Example
White with #619584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619584; }
p { color: rgb(97,149,132); }
H1.HeaderClassName
{
color: #619584;
}
.AnyTagClassName
{
color: #619584;
}
</style>
background-color css
<style>
a { background-color: #619584; }
a { background-color: rgb(97,149,132); }
div.DivClassName
{
background-color: #619584;
}
.BgClassName
{
background-color: #619584;
}
</style>
border-color css
<style>
span { border-color: #619584; }
span { border-color: rgb(97,149,132); }
td.TdClassName
{
border-color: #619584;
}
.TagClassName
{
border-color: #619584;
}
</style>