Shades of Myrtle #18420F
Tints of Myrtle #18420F
RGB
CMYK
RGB Variations
Color information
#18420F (or 0x18420F) is known color: Myrtle. HEX triplet: 18, 42 and 0F. RGB value is (24,66,15). Sum of RGB (Red+Green+Blue) = 24+66+15=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #18420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18420F is #E7BDF0. Grayscale: #2F2F2F. Windows color (decimal): -15187441 or 999960. OLE color: 999960.
HSL color Cylindrical-coordinate representation of color #18420F: hue angle of 109.41º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18420F is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 66 | 15 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.74 |
| HSL | 109.41º | 0.63% | 0.16% | - |
| HSV(B) | 109.41º | 0.77% | 0.26% | - |
| XYZ | 2.41 | 4.13 | 1.12 | - |
| YUV | 47.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 15 | 0.64 | 0 | 0.77 | 0.74 | 109.41 | 0.63 | 0.16 |
| Hex | 18 | 42 | F | 40 | 0 | 4D | 4A | 6D | 3F | 10 |
| Octal | 30 | 102 | 17 | 100 | 0 | 115 | 112 | 155 | 77 | 20 |
| Binary | 11000 | 1000010 | 1111 | 1000000 | 0 | 1001101 | 1001010 | 1101101 | 111111 | 10000 |
Color Harmonies of #18420F
Complementary color
Monochromatic Colors of #18420F
Black with #18420F
Text Example
Text Example
White with #18420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18420F; }
p { color: rgb(24,66,15); }
H1.HeaderClassName
{
color: #18420F;
}
.AnyTagClassName
{
color: #18420F;
}
</style>
background-color css
<style>
a { background-color: #18420F; }
a { background-color: rgb(24,66,15); }
div.DivClassName
{
background-color: #18420F;
}
.BgClassName
{
background-color: #18420F;
}
</style>
border-color css
<style>
span { border-color: #18420F; }
span { border-color: rgb(24,66,15); }
td.TdClassName
{
border-color: #18420F;
}
.TagClassName
{
border-color: #18420F;
}
</style>