Shades of Myrtle #154B0C
Tints of Myrtle #154B0C
RGB
CMYK
RGB Variations
Color information
#154B0C (or 0x154B0C) is known color: Myrtle. HEX triplet: 15, 4B and 0C. RGB value is (21,75,12). Sum of RGB (Red+Green+Blue) = 21+75+12=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #154B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154B0C is #EAB4F3. Grayscale: #333333. Windows color (decimal): -15381748 or 805653. OLE color: 805653.
HSL color Cylindrical-coordinate representation of color #154B0C: hue angle of 111.43º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154B0C is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 75 | 12 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.71 |
| HSL | 111.43º | 0.72% | 0.17% | - |
| HSV(B) | 111.43º | 0.84% | 0.29% | - |
| XYZ | 2.89 | 5.22 | 1.2 | - |
| YUV | 51.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 12 | 0.72 | 0 | 0.84 | 0.71 | 111.43 | 0.72 | 0.17 |
| Hex | 15 | 4B | C | 48 | 0 | 54 | 47 | 6F | 48 | 11 |
| Octal | 25 | 113 | 14 | 110 | 0 | 124 | 107 | 157 | 110 | 21 |
| Binary | 10101 | 1001011 | 1100 | 1001000 | 0 | 1010100 | 1000111 | 1101111 | 1001000 | 10001 |
Color Harmonies of #154B0C
Complementary color
Monochromatic Colors of #154B0C
Black with #154B0C
Text Example
Text Example
White with #154B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154B0C; }
p { color: rgb(21,75,12); }
H1.HeaderClassName
{
color: #154B0C;
}
.AnyTagClassName
{
color: #154B0C;
}
</style>
background-color css
<style>
a { background-color: #154B0C; }
a { background-color: rgb(21,75,12); }
div.DivClassName
{
background-color: #154B0C;
}
.BgClassName
{
background-color: #154B0C;
}
</style>
border-color css
<style>
span { border-color: #154B0C; }
span { border-color: rgb(21,75,12); }
td.TdClassName
{
border-color: #154B0C;
}
.TagClassName
{
border-color: #154B0C;
}
</style>