Shades of Myrtle #18431E
Tints of Myrtle #18431E
RGB
CMYK
RGB Variations
Color information
#18431E (or 0x18431E) is known color: Myrtle. HEX triplet: 18, 43 and 1E. RGB value is (24,67,30). Sum of RGB (Red+Green+Blue) = 24+67+30=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #18431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18431E is #E7BCE1. Grayscale: #323232. Windows color (decimal): -15187170 or 1983256. OLE color: 1983256.
HSL color Cylindrical-coordinate representation of color #18431E: hue angle of 128.37º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18431E is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 67 | 30 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.74 |
| HSL | 128.37º | 0.47% | 0.18% | - |
| HSV(B) | 128.37º | 0.64% | 0.26% | - |
| XYZ | 2.62 | 4.3 | 1.92 | - |
| YUV | 49.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 30 | 0.64 | 0 | 0.55 | 0.74 | 128.37 | 0.47 | 0.18 |
| Hex | 18 | 43 | 1E | 40 | 0 | 37 | 4A | 80 | 2F | 12 |
| Octal | 30 | 103 | 36 | 100 | 0 | 67 | 112 | 200 | 57 | 22 |
| Binary | 11000 | 1000011 | 11110 | 1000000 | 0 | 110111 | 1001010 | 10000000 | 101111 | 10010 |
Color Harmonies of #18431E
Complementary color
Monochromatic Colors of #18431E
Black with #18431E
Text Example
Text Example
White with #18431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18431E; }
p { color: rgb(24,67,30); }
H1.HeaderClassName
{
color: #18431E;
}
.AnyTagClassName
{
color: #18431E;
}
</style>
background-color css
<style>
a { background-color: #18431E; }
a { background-color: rgb(24,67,30); }
div.DivClassName
{
background-color: #18431E;
}
.BgClassName
{
background-color: #18431E;
}
</style>
border-color css
<style>
span { border-color: #18431E; }
span { border-color: rgb(24,67,30); }
td.TdClassName
{
border-color: #18431E;
}
.TagClassName
{
border-color: #18431E;
}
</style>