Shades of Patina #51937A
Tints of Patina #51937A
RGB
CMYK
RGB Variations
Color information
#51937A (or 0x51937A) is known color: Patina. HEX triplet: 51, 93 and 7A. RGB value is (81,147,122). Sum of RGB (Red+Green+Blue) = 81+147+122=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #51937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51937A is #AE6C85. Grayscale: #7C7C7C. Windows color (decimal): -11431046 or 8033105. OLE color: 8033105.
HSL color Cylindrical-coordinate representation of color #51937A: hue angle of 157.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51937A is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 147 | 122 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.42 |
| HSL | 157.27º | 0.29% | 0.45% | - |
| HSV(B) | 157.27º | 0.45% | 0.58% | - |
| XYZ | 17.34 | 24.02 | 22.14 | - |
| YUV | 124.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 122 | 0.45 | 0 | 0.17 | 0.42 | 157.27 | 0.29 | 0.45 |
| Hex | 51 | 93 | 7A | 2D | 0 | 11 | 2A | 9D | 1D | 2D |
| Octal | 121 | 223 | 172 | 55 | 0 | 21 | 52 | 235 | 35 | 55 |
| Binary | 1010001 | 10010011 | 1111010 | 101101 | 0 | 10001 | 101010 | 10011101 | 11101 | 101101 |
Color Harmonies of #51937A
Complementary color
Monochromatic Colors of #51937A
Black with #51937A
Text Example
Text Example
White with #51937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51937A; }
p { color: rgb(81,147,122); }
H1.HeaderClassName
{
color: #51937A;
}
.AnyTagClassName
{
color: #51937A;
}
</style>
background-color css
<style>
a { background-color: #51937A; }
a { background-color: rgb(81,147,122); }
div.DivClassName
{
background-color: #51937A;
}
.BgClassName
{
background-color: #51937A;
}
</style>
border-color css
<style>
span { border-color: #51937A; }
span { border-color: rgb(81,147,122); }
td.TdClassName
{
border-color: #51937A;
}
.TagClassName
{
border-color: #51937A;
}
</style>