Shades of Myrtle #18481F
Tints of Myrtle #18481F
RGB
CMYK
RGB Variations
Color information
#18481F (or 0x18481F) is known color: Myrtle. HEX triplet: 18, 48 and 1F. RGB value is (24,72,31). Sum of RGB (Red+Green+Blue) = 24+72+31=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #18481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18481F is #E7B7E0. Grayscale: #353535. Windows color (decimal): -15185889 or 2050072. OLE color: 2050072.
HSL color Cylindrical-coordinate representation of color #18481F: hue angle of 128.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 #18481F is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 72 | 31 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.72 |
| HSL | 128.75º | 0.5% | 0.19% | - |
| HSV(B) | 128.75º | 0.67% | 0.28% | - |
| XYZ | 2.94 | 4.93 | 2.09 | - |
| YUV | 52.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 31 | 0.67 | 0 | 0.57 | 0.72 | 128.75 | 0.5 | 0.19 |
| Hex | 18 | 48 | 1F | 43 | 0 | 39 | 48 | 81 | 32 | 13 |
| Octal | 30 | 110 | 37 | 103 | 0 | 71 | 110 | 201 | 62 | 23 |
| Binary | 11000 | 1001000 | 11111 | 1000011 | 0 | 111001 | 1001000 | 10000001 | 110010 | 10011 |
Color Harmonies of #18481F
Complementary color
Monochromatic Colors of #18481F
Black with #18481F
Text Example
Text Example
White with #18481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18481F; }
p { color: rgb(24,72,31); }
H1.HeaderClassName
{
color: #18481F;
}
.AnyTagClassName
{
color: #18481F;
}
</style>
background-color css
<style>
a { background-color: #18481F; }
a { background-color: rgb(24,72,31); }
div.DivClassName
{
background-color: #18481F;
}
.BgClassName
{
background-color: #18481F;
}
</style>
border-color css
<style>
span { border-color: #18481F; }
span { border-color: rgb(24,72,31); }
td.TdClassName
{
border-color: #18481F;
}
.TagClassName
{
border-color: #18481F;
}
</style>