Shades of Myrtle #154C12
Tints of Myrtle #154C12
RGB
CMYK
RGB Variations
Color information
#154C12 (or 0x154C12) is known color: Myrtle. HEX triplet: 15, 4C and 12. RGB value is (21,76,18). Sum of RGB (Red+Green+Blue) = 21+76+18=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #154C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154C12 is #EAB3ED. Grayscale: #353535. Windows color (decimal): -15381486 or 1199125. OLE color: 1199125.
HSL color Cylindrical-coordinate representation of color #154C12: hue angle of 116.9º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154C12 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 18 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.70 |
| HSL | 116.9º | 0.62% | 0.18% | - |
| HSV(B) | 116.9º | 0.76% | 0.3% | - |
| XYZ | 3 | 5.37 | 1.45 | - |
| YUV | 52.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 18 | 0.72 | 0 | 0.76 | 0.70 | 116.9 | 0.62 | 0.18 |
| Hex | 15 | 4C | 12 | 48 | 0 | 4C | 46 | 75 | 3E | 12 |
| Octal | 25 | 114 | 22 | 110 | 0 | 114 | 106 | 165 | 76 | 22 |
| Binary | 10101 | 1001100 | 10010 | 1001000 | 0 | 1001100 | 1000110 | 1110101 | 111110 | 10010 |
Color Harmonies of #154C12
Complementary color
Monochromatic Colors of #154C12
Black with #154C12
Text Example
Text Example
White with #154C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C12; }
p { color: rgb(21,76,18); }
H1.HeaderClassName
{
color: #154C12;
}
.AnyTagClassName
{
color: #154C12;
}
</style>
background-color css
<style>
a { background-color: #154C12; }
a { background-color: rgb(21,76,18); }
div.DivClassName
{
background-color: #154C12;
}
.BgClassName
{
background-color: #154C12;
}
</style>
border-color css
<style>
span { border-color: #154C12; }
span { border-color: rgb(21,76,18); }
td.TdClassName
{
border-color: #154C12;
}
.TagClassName
{
border-color: #154C12;
}
</style>