Shades of Myrtle #18481B
Tints of Myrtle #18481B
RGB
CMYK
RGB Variations
Color information
#18481B (or 0x18481B) is known color: Myrtle. HEX triplet: 18, 48 and 1B. RGB value is (24,72,27). Sum of RGB (Red+Green+Blue) = 24+72+27=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #18481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18481B is #E7B7E4. Grayscale: #343434. Windows color (decimal): -15185893 or 1787928. OLE color: 1787928.
HSL color Cylindrical-coordinate representation of color #18481B: hue angle of 123.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18481B is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 72 | 27 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.72 |
| HSL | 123.75º | 0.5% | 0.19% | - |
| HSV(B) | 123.75º | 0.67% | 0.28% | - |
| XYZ | 2.89 | 4.91 | 1.83 | - |
| YUV | 52.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 27 | 0.67 | 0 | 0.62 | 0.72 | 123.75 | 0.5 | 0.19 |
| Hex | 18 | 48 | 1B | 43 | 0 | 3E | 48 | 7C | 32 | 13 |
| Octal | 30 | 110 | 33 | 103 | 0 | 76 | 110 | 174 | 62 | 23 |
| Binary | 11000 | 1001000 | 11011 | 1000011 | 0 | 111110 | 1001000 | 1111100 | 110010 | 10011 |
Color Harmonies of #18481B
Complementary color
Monochromatic Colors of #18481B
Black with #18481B
Text Example
Text Example
White with #18481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18481B; }
p { color: rgb(24,72,27); }
H1.HeaderClassName
{
color: #18481B;
}
.AnyTagClassName
{
color: #18481B;
}
</style>
background-color css
<style>
a { background-color: #18481B; }
a { background-color: rgb(24,72,27); }
div.DivClassName
{
background-color: #18481B;
}
.BgClassName
{
background-color: #18481B;
}
</style>
border-color css
<style>
span { border-color: #18481B; }
span { border-color: rgb(24,72,27); }
td.TdClassName
{
border-color: #18481B;
}
.TagClassName
{
border-color: #18481B;
}
</style>