Shades of Myrtle #153412
Tints of Myrtle #153412
RGB
CMYK
RGB Variations
Color information
#153412 (or 0x153412) is known color: Myrtle. HEX triplet: 15, 34 and 12. RGB value is (21,52,18). Sum of RGB (Red+Green+Blue) = 21+52+18=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #153412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153412 is #EACBED. Grayscale: #262626. Windows color (decimal): -15387630 or 1192981. OLE color: 1192981.
HSL color Cylindrical-coordinate representation of color #153412: hue angle of 114.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153412 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 52 | 18 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.80 |
| HSL | 114.71º | 0.49% | 0.14% | - |
| HSV(B) | 114.71º | 0.65% | 0.2% | - |
| XYZ | 1.65 | 2.66 | 1 | - |
| YUV | 38.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 18 | 0.60 | 0 | 0.65 | 0.80 | 114.71 | 0.49 | 0.14 |
| Hex | 15 | 34 | 12 | 3C | 0 | 41 | 50 | 73 | 31 | E |
| Octal | 25 | 64 | 22 | 74 | 0 | 101 | 120 | 163 | 61 | 16 |
| Binary | 10101 | 110100 | 10010 | 111100 | 0 | 1000001 | 1010000 | 1110011 | 110001 | 1110 |
Color Harmonies of #153412
Complementary color
Monochromatic Colors of #153412
Black with #153412
Text Example
Text Example
White with #153412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153412; }
p { color: rgb(21,52,18); }
H1.HeaderClassName
{
color: #153412;
}
.AnyTagClassName
{
color: #153412;
}
</style>
background-color css
<style>
a { background-color: #153412; }
a { background-color: rgb(21,52,18); }
div.DivClassName
{
background-color: #153412;
}
.BgClassName
{
background-color: #153412;
}
</style>
border-color css
<style>
span { border-color: #153412; }
span { border-color: rgb(21,52,18); }
td.TdClassName
{
border-color: #153412;
}
.TagClassName
{
border-color: #153412;
}
</style>