Shades of Myrtle #154714
Tints of Myrtle #154714
RGB
CMYK
RGB Variations
Color information
#154714 (or 0x154714) is known color: Myrtle. HEX triplet: 15, 47 and 14. RGB value is (21,71,20). Sum of RGB (Red+Green+Blue) = 21+71+20=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #154714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154714 is #EAB8EB. Grayscale: #323232. Windows color (decimal): -15382764 or 1328917. OLE color: 1328917.
HSL color Cylindrical-coordinate representation of color #154714: hue angle of 118.82º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154714 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 20 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.72 |
| HSL | 118.82º | 0.56% | 0.18% | - |
| HSV(B) | 118.82º | 0.72% | 0.28% | - |
| XYZ | 2.69 | 4.72 | 1.43 | - |
| YUV | 50.24 | 110.94 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 20 | 0.70 | 0 | 0.72 | 0.72 | 118.82 | 0.56 | 0.18 |
| Hex | 15 | 47 | 14 | 46 | 0 | 48 | 48 | 77 | 38 | 12 |
| Octal | 25 | 107 | 24 | 106 | 0 | 110 | 110 | 167 | 70 | 22 |
| Binary | 10101 | 1000111 | 10100 | 1000110 | 0 | 1001000 | 1001000 | 1110111 | 111000 | 10010 |
Color Harmonies of #154714
Complementary color
Monochromatic Colors of #154714
Black with #154714
Text Example
Text Example
White with #154714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154714; }
p { color: rgb(21,71,20); }
H1.HeaderClassName
{
color: #154714;
}
.AnyTagClassName
{
color: #154714;
}
</style>
background-color css
<style>
a { background-color: #154714; }
a { background-color: rgb(21,71,20); }
div.DivClassName
{
background-color: #154714;
}
.BgClassName
{
background-color: #154714;
}
</style>
border-color css
<style>
span { border-color: #154714; }
span { border-color: rgb(21,71,20); }
td.TdClassName
{
border-color: #154714;
}
.TagClassName
{
border-color: #154714;
}
</style>