Shades of Myrtle #15310C
Tints of Myrtle #15310C
RGB
CMYK
RGB Variations
Color information
#15310C (or 0x15310C) is known color: Myrtle. HEX triplet: 15, 31 and 0C. RGB value is (21,49,12). Sum of RGB (Red+Green+Blue) = 21+49+12=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #15310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15310C is #EACEF3. Grayscale: #242424. Windows color (decimal): -15388404 or 798997. OLE color: 798997.
HSL color Cylindrical-coordinate representation of color #15310C: hue angle of 105.41º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15310C is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 49 | 12 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.81 |
| HSL | 105.41º | 0.61% | 0.12% | - |
| HSV(B) | 105.41º | 0.76% | 0.19% | - |
| XYZ | 1.47 | 2.38 | 0.73 | - |
| YUV | 36.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 12 | 0.57 | 0 | 0.76 | 0.81 | 105.41 | 0.61 | 0.12 |
| Hex | 15 | 31 | C | 39 | 0 | 4C | 51 | 69 | 3D | C |
| Octal | 25 | 61 | 14 | 71 | 0 | 114 | 121 | 151 | 75 | 14 |
| Binary | 10101 | 110001 | 1100 | 111001 | 0 | 1001100 | 1010001 | 1101001 | 111101 | 1100 |
Color Harmonies of #15310C
Complementary color
Monochromatic Colors of #15310C
Black with #15310C
Text Example
Text Example
White with #15310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15310C; }
p { color: rgb(21,49,12); }
H1.HeaderClassName
{
color: #15310C;
}
.AnyTagClassName
{
color: #15310C;
}
</style>
background-color css
<style>
a { background-color: #15310C; }
a { background-color: rgb(21,49,12); }
div.DivClassName
{
background-color: #15310C;
}
.BgClassName
{
background-color: #15310C;
}
</style>
border-color css
<style>
span { border-color: #15310C; }
span { border-color: rgb(21,49,12); }
td.TdClassName
{
border-color: #15310C;
}
.TagClassName
{
border-color: #15310C;
}
</style>