Shades of Myrtle #15370C
Tints of Myrtle #15370C
RGB
CMYK
RGB Variations
Color information
#15370C (or 0x15370C) is known color: Myrtle. HEX triplet: 15, 37 and 0C. RGB value is (21,55,12). Sum of RGB (Red+Green+Blue) = 21+55+12=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 55 (21.88% from 255 or 62.5% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 55 - color contains mainly: green. Hex color #15370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15370C is #EAC8F3. Grayscale: #282828. Windows color (decimal): -15386868 or 800533. OLE color: 800533.
HSL color Cylindrical-coordinate representation of color #15370C: hue angle of 107.44º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15370C is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 55 | 12 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.78 |
| HSL | 107.44º | 0.64% | 0.13% | - |
| HSV(B) | 107.44º | 0.78% | 0.22% | - |
| XYZ | 1.74 | 2.92 | 0.82 | - |
| YUV | 39.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 12 | 0.62 | 0 | 0.78 | 0.78 | 107.44 | 0.64 | 0.13 |
| Hex | 15 | 37 | C | 3E | 0 | 4E | 4E | 6B | 40 | D |
| Octal | 25 | 67 | 14 | 76 | 0 | 116 | 116 | 153 | 100 | 15 |
| Binary | 10101 | 110111 | 1100 | 111110 | 0 | 1001110 | 1001110 | 1101011 | 1000000 | 1101 |
Color Harmonies of #15370C
Complementary color
Monochromatic Colors of #15370C
Black with #15370C
Text Example
Text Example
White with #15370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15370C; }
p { color: rgb(21,55,12); }
H1.HeaderClassName
{
color: #15370C;
}
.AnyTagClassName
{
color: #15370C;
}
</style>
background-color css
<style>
a { background-color: #15370C; }
a { background-color: rgb(21,55,12); }
div.DivClassName
{
background-color: #15370C;
}
.BgClassName
{
background-color: #15370C;
}
</style>
border-color css
<style>
span { border-color: #15370C; }
span { border-color: rgb(21,55,12); }
td.TdClassName
{
border-color: #15370C;
}
.TagClassName
{
border-color: #15370C;
}
</style>