Shades of Myrtle #152610
Tints of Myrtle #152610
RGB
CMYK
RGB Variations
Color information
#152610 (or 0x152610) is known color: Myrtle. HEX triplet: 15, 26 and 10. RGB value is (21,38,16). Sum of RGB (Red+Green+Blue) = 21+38+16=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #152610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152610 is #EAD9EF. Grayscale: #1E1E1E. Windows color (decimal): -15391216 or 1058325. OLE color: 1058325.
HSL color Cylindrical-coordinate representation of color #152610: hue angle of 106.36º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #152610 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 38 | 16 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.85 |
| HSL | 106.36º | 0.41% | 0.11% | - |
| HSV(B) | 106.36º | 0.58% | 0.15% | - |
| XYZ | 1.1 | 1.58 | 0.74 | - |
| YUV | 30.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 16 | 0.45 | 0 | 0.58 | 0.85 | 106.36 | 0.41 | 0.11 |
| Hex | 15 | 26 | 10 | 2D | 0 | 3A | 55 | 6A | 29 | B |
| Octal | 25 | 46 | 20 | 55 | 0 | 72 | 125 | 152 | 51 | 13 |
| Binary | 10101 | 100110 | 10000 | 101101 | 0 | 111010 | 1010101 | 1101010 | 101001 | 1011 |
Color Harmonies of #152610
Complementary color
Monochromatic Colors of #152610
Black with #152610
Text Example
Text Example
White with #152610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152610; }
p { color: rgb(21,38,16); }
H1.HeaderClassName
{
color: #152610;
}
.AnyTagClassName
{
color: #152610;
}
</style>
background-color css
<style>
a { background-color: #152610; }
a { background-color: rgb(21,38,16); }
div.DivClassName
{
background-color: #152610;
}
.BgClassName
{
background-color: #152610;
}
</style>
border-color css
<style>
span { border-color: #152610; }
span { border-color: rgb(21,38,16); }
td.TdClassName
{
border-color: #152610;
}
.TagClassName
{
border-color: #152610;
}
</style>