Shades of Patina #5E9478
Tints of Patina #5E9478
RGB
CMYK
RGB Variations
Color information
#5E9478 (or 0x5E9478) is known color: Patina. HEX triplet: 5E, 94 and 78. RGB value is (94,148,120). Sum of RGB (Red+Green+Blue) = 94+148+120=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9478 is #A16B87. Grayscale: #808080. Windows color (decimal): -10578824 or 7902302. OLE color: 7902302.
HSL color Cylindrical-coordinate representation of color #5E9478: hue angle of 148.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9478 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 120 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.42 |
| HSL | 148.89º | 0.22% | 0.47% | - |
| HSV(B) | 148.89º | 0.36% | 0.58% | - |
| XYZ | 18.6 | 24.92 | 21.6 | - |
| YUV | 128.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 120 | 0.36 | 0 | 0.19 | 0.42 | 148.89 | 0.22 | 0.47 |
| Hex | 5E | 94 | 78 | 24 | 0 | 13 | 2A | 95 | 16 | 2F |
| Octal | 136 | 224 | 170 | 44 | 0 | 23 | 52 | 225 | 26 | 57 |
| Binary | 1011110 | 10010100 | 1111000 | 100100 | 0 | 10011 | 101010 | 10010101 | 10110 | 101111 |
Color Harmonies of #5E9478
Complementary color
Monochromatic Colors of #5E9478
Black with #5E9478
Text Example
Text Example
White with #5E9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9478; }
p { color: rgb(94,148,120); }
H1.HeaderClassName
{
color: #5E9478;
}
.AnyTagClassName
{
color: #5E9478;
}
</style>
background-color css
<style>
a { background-color: #5E9478; }
a { background-color: rgb(94,148,120); }
div.DivClassName
{
background-color: #5E9478;
}
.BgClassName
{
background-color: #5E9478;
}
</style>
border-color css
<style>
span { border-color: #5E9478; }
span { border-color: rgb(94,148,120); }
td.TdClassName
{
border-color: #5E9478;
}
.TagClassName
{
border-color: #5E9478;
}
</style>