Shades of Myrtle #154012
Tints of Myrtle #154012
RGB
CMYK
RGB Variations
Color information
#154012 (or 0x154012) is known color: Myrtle. HEX triplet: 15, 40 and 12. RGB value is (21,64,18). Sum of RGB (Red+Green+Blue) = 21+64+18=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #154012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154012 is #EABFED. Grayscale: #2E2E2E. Windows color (decimal): -15384558 or 1196053. OLE color: 1196053.
HSL color Cylindrical-coordinate representation of color #154012: hue angle of 116.09º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154012 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 18 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.75 |
| HSL | 116.09º | 0.56% | 0.16% | - |
| HSV(B) | 116.09º | 0.72% | 0.25% | - |
| XYZ | 2.25 | 3.87 | 1.2 | - |
| YUV | 45.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 18 | 0.67 | 0 | 0.72 | 0.75 | 116.09 | 0.56 | 0.16 |
| Hex | 15 | 40 | 12 | 43 | 0 | 48 | 4B | 74 | 38 | 10 |
| Octal | 25 | 100 | 22 | 103 | 0 | 110 | 113 | 164 | 70 | 20 |
| Binary | 10101 | 1000000 | 10010 | 1000011 | 0 | 1001000 | 1001011 | 1110100 | 111000 | 10000 |
Color Harmonies of #154012
Complementary color
Monochromatic Colors of #154012
Black with #154012
Text Example
Text Example
White with #154012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154012; }
p { color: rgb(21,64,18); }
H1.HeaderClassName
{
color: #154012;
}
.AnyTagClassName
{
color: #154012;
}
</style>
background-color css
<style>
a { background-color: #154012; }
a { background-color: rgb(21,64,18); }
div.DivClassName
{
background-color: #154012;
}
.BgClassName
{
background-color: #154012;
}
</style>
border-color css
<style>
span { border-color: #154012; }
span { border-color: rgb(21,64,18); }
td.TdClassName
{
border-color: #154012;
}
.TagClassName
{
border-color: #154012;
}
</style>