Shades of Myrtle #15350F
Tints of Myrtle #15350F
RGB
CMYK
RGB Variations
Color information
#15350F (or 0x15350F) is known color: Myrtle. HEX triplet: 15, 35 and 0F. RGB value is (21,53,15). Sum of RGB (Red+Green+Blue) = 21+53+15=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 53 (21.09% from 255 or 59.55% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 53 - color contains mainly: green. Hex color #15350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15350F is #EACAF0. Grayscale: #272727. Windows color (decimal): -15387377 or 996629. OLE color: 996629.
HSL color Cylindrical-coordinate representation of color #15350F: hue angle of 110.53º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15350F is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 15 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.79 |
| HSL | 110.53º | 0.56% | 0.13% | - |
| HSV(B) | 110.53º | 0.72% | 0.21% | - |
| XYZ | 1.67 | 2.74 | 0.89 | - |
| YUV | 39.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 15 | 0.60 | 0 | 0.72 | 0.79 | 110.53 | 0.56 | 0.13 |
| Hex | 15 | 35 | F | 3C | 0 | 48 | 4F | 6F | 38 | D |
| Octal | 25 | 65 | 17 | 74 | 0 | 110 | 117 | 157 | 70 | 15 |
| Binary | 10101 | 110101 | 1111 | 111100 | 0 | 1001000 | 1001111 | 1101111 | 111000 | 1101 |
Color Harmonies of #15350F
Complementary color
Monochromatic Colors of #15350F
Black with #15350F
Text Example
Text Example
White with #15350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15350F; }
p { color: rgb(21,53,15); }
H1.HeaderClassName
{
color: #15350F;
}
.AnyTagClassName
{
color: #15350F;
}
</style>
background-color css
<style>
a { background-color: #15350F; }
a { background-color: rgb(21,53,15); }
div.DivClassName
{
background-color: #15350F;
}
.BgClassName
{
background-color: #15350F;
}
</style>
border-color css
<style>
span { border-color: #15350F; }
span { border-color: rgb(21,53,15); }
td.TdClassName
{
border-color: #15350F;
}
.TagClassName
{
border-color: #15350F;
}
</style>