Shades of Myrtle #152714
Tints of Myrtle #152714
RGB
CMYK
RGB Variations
Color information
#152714 (or 0x152714) is known color: Myrtle. HEX triplet: 15, 27 and 14. RGB value is (21,39,20). Sum of RGB (Red+Green+Blue) = 21+39+20=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #152714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152714 is #EAD8EB. Grayscale: #1F1F1F. Windows color (decimal): -15390956 or 1320725. OLE color: 1320725.
HSL color Cylindrical-coordinate representation of color #152714: hue angle of 116.84º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #152714 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 39 | 20 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.85 |
| HSL | 116.84º | 0.32% | 0.12% | - |
| HSV(B) | 116.84º | 0.49% | 0.15% | - |
| XYZ | 1.16 | 1.66 | 0.92 | - |
| YUV | 31.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 20 | 0.46 | 0 | 0.49 | 0.85 | 116.84 | 0.32 | 0.12 |
| Hex | 15 | 27 | 14 | 2E | 0 | 31 | 55 | 75 | 20 | C |
| Octal | 25 | 47 | 24 | 56 | 0 | 61 | 125 | 165 | 40 | 14 |
| Binary | 10101 | 100111 | 10100 | 101110 | 0 | 110001 | 1010101 | 1110101 | 100000 | 1100 |
Color Harmonies of #152714
Complementary color
Monochromatic Colors of #152714
Black with #152714
Text Example
Text Example
White with #152714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152714; }
p { color: rgb(21,39,20); }
H1.HeaderClassName
{
color: #152714;
}
.AnyTagClassName
{
color: #152714;
}
</style>
background-color css
<style>
a { background-color: #152714; }
a { background-color: rgb(21,39,20); }
div.DivClassName
{
background-color: #152714;
}
.BgClassName
{
background-color: #152714;
}
</style>
border-color css
<style>
span { border-color: #152714; }
span { border-color: rgb(21,39,20); }
td.TdClassName
{
border-color: #152714;
}
.TagClassName
{
border-color: #152714;
}
</style>