Shades of Patina #549C7E
Tints of Patina #549C7E
RGB
CMYK
RGB Variations
Color information
#549C7E (or 0x549C7E) is known color: Patina. HEX triplet: 54, 9C and 7E. RGB value is (84,156,126). Sum of RGB (Red+Green+Blue) = 84+156+126=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #549C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C7E is #AB6381. Grayscale: #838383. Windows color (decimal): -11232130 or 8297556. OLE color: 8297556.
HSL color Cylindrical-coordinate representation of color #549C7E: hue angle of 155º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549C7E is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 126 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.39 |
| HSL | 155º | 0.3% | 0.47% | - |
| HSV(B) | 155º | 0.46% | 0.61% | - |
| XYZ | 19.31 | 27.17 | 23.96 | - |
| YUV | 131.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 126 | 0.46 | 0 | 0.19 | 0.39 | 155 | 0.3 | 0.47 |
| Hex | 54 | 9C | 7E | 2E | 0 | 13 | 27 | 9B | 1E | 2F |
| Octal | 124 | 234 | 176 | 56 | 0 | 23 | 47 | 233 | 36 | 57 |
| Binary | 1010100 | 10011100 | 1111110 | 101110 | 0 | 10011 | 100111 | 10011011 | 11110 | 101111 |
Color Harmonies of #549C7E
Complementary color
Monochromatic Colors of #549C7E
Black with #549C7E
Text Example
Text Example
White with #549C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C7E; }
p { color: rgb(84,156,126); }
H1.HeaderClassName
{
color: #549C7E;
}
.AnyTagClassName
{
color: #549C7E;
}
</style>
background-color css
<style>
a { background-color: #549C7E; }
a { background-color: rgb(84,156,126); }
div.DivClassName
{
background-color: #549C7E;
}
.BgClassName
{
background-color: #549C7E;
}
</style>
border-color css
<style>
span { border-color: #549C7E; }
span { border-color: rgb(84,156,126); }
td.TdClassName
{
border-color: #549C7E;
}
.TagClassName
{
border-color: #549C7E;
}
</style>