Shades of Patina #5DA18D
Tints of Patina #5DA18D
RGB
CMYK
RGB Variations
Color information
#5DA18D (or 0x5DA18D) is known color: Patina. HEX triplet: 5D, A1 and 8D. RGB value is (93,161,141). Sum of RGB (Red+Green+Blue) = 93+161+141=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA18D is #A25E72. Grayscale: #8A8A8A. Windows color (decimal): -10641011 or 9281885. OLE color: 9281885.
HSL color Cylindrical-coordinate representation of color #5DA18D: hue angle of 162.35º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA18D is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 141 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.37 |
| HSL | 162.35º | 0.27% | 0.5% | - |
| HSV(B) | 162.35º | 0.42% | 0.63% | - |
| XYZ | 22.07 | 29.74 | 29.78 | - |
| YUV | 138.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 141 | 0.42 | 0 | 0.12 | 0.37 | 162.35 | 0.27 | 0.5 |
| Hex | 5D | A1 | 8D | 2A | 0 | C | 25 | A2 | 1B | 32 |
| Octal | 135 | 241 | 215 | 52 | 0 | 14 | 45 | 242 | 33 | 62 |
| Binary | 1011101 | 10100001 | 10001101 | 101010 | 0 | 1100 | 100101 | 10100010 | 11011 | 110010 |
Color Harmonies of #5DA18D
Complementary color
Monochromatic Colors of #5DA18D
Black with #5DA18D
Text Example
Text Example
White with #5DA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA18D; }
p { color: rgb(93,161,141); }
H1.HeaderClassName
{
color: #5DA18D;
}
.AnyTagClassName
{
color: #5DA18D;
}
</style>
background-color css
<style>
a { background-color: #5DA18D; }
a { background-color: rgb(93,161,141); }
div.DivClassName
{
background-color: #5DA18D;
}
.BgClassName
{
background-color: #5DA18D;
}
</style>
border-color css
<style>
span { border-color: #5DA18D; }
span { border-color: rgb(93,161,141); }
td.TdClassName
{
border-color: #5DA18D;
}
.TagClassName
{
border-color: #5DA18D;
}
</style>