Shades of Myrtle #15501C
Tints of Myrtle #15501C
RGB
CMYK
RGB Variations
Color information
#15501C (or 0x15501C) is known color: Myrtle. HEX triplet: 15, 50 and 1C. RGB value is (21,80,28). Sum of RGB (Red+Green+Blue) = 21+80+28=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #15501C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15501C is #EAAFE3. Grayscale: #383838. Windows color (decimal): -15380452 or 1855509. OLE color: 1855509.
HSL color Cylindrical-coordinate representation of color #15501C: hue angle of 127.12º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15501C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 28 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.69 |
| HSL | 127.12º | 0.58% | 0.2% | - |
| HSV(B) | 127.12º | 0.74% | 0.31% | - |
| XYZ | 3.39 | 5.98 | 2.07 | - |
| YUV | 56.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 28 | 0.74 | 0 | 0.65 | 0.69 | 127.12 | 0.58 | 0.2 |
| Hex | 15 | 50 | 1C | 4A | 0 | 41 | 45 | 7F | 3A | 14 |
| Octal | 25 | 120 | 34 | 112 | 0 | 101 | 105 | 177 | 72 | 24 |
| Binary | 10101 | 1010000 | 11100 | 1001010 | 0 | 1000001 | 1000101 | 1111111 | 111010 | 10100 |
Color Harmonies of #15501C
Complementary color
Monochromatic Colors of #15501C
Black with #15501C
Text Example
Text Example
White with #15501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15501C; }
p { color: rgb(21,80,28); }
H1.HeaderClassName
{
color: #15501C;
}
.AnyTagClassName
{
color: #15501C;
}
</style>
background-color css
<style>
a { background-color: #15501C; }
a { background-color: rgb(21,80,28); }
div.DivClassName
{
background-color: #15501C;
}
.BgClassName
{
background-color: #15501C;
}
</style>
border-color css
<style>
span { border-color: #15501C; }
span { border-color: rgb(21,80,28); }
td.TdClassName
{
border-color: #15501C;
}
.TagClassName
{
border-color: #15501C;
}
</style>