Shades of Myrtle #18570B
Tints of Myrtle #18570B
RGB
CMYK
RGB Variations
Color information
#18570B (or 0x18570B) is known color: Myrtle. HEX triplet: 18, 57 and 0B. RGB value is (24,87,11). Sum of RGB (Red+Green+Blue) = 24+87+11=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 87 (34.38% from 255 or 71.31% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 87 - color contains mainly: green. Hex color #18570B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18570B is #E7A8F4. Grayscale: #3B3B3B. Windows color (decimal): -15182069 or 743192. OLE color: 743192.
HSL color Cylindrical-coordinate representation of color #18570B: hue angle of 109.74º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18570B is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 87 | 11 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.66 |
| HSL | 109.74º | 0.78% | 0.19% | - |
| HSV(B) | 109.74º | 0.87% | 0.34% | - |
| XYZ | 3.85 | 7.03 | 1.47 | - |
| YUV | 59.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 11 | 0.72 | 0 | 0.87 | 0.66 | 109.74 | 0.78 | 0.19 |
| Hex | 18 | 57 | B | 48 | 0 | 57 | 42 | 6E | 4E | 13 |
| Octal | 30 | 127 | 13 | 110 | 0 | 127 | 102 | 156 | 116 | 23 |
| Binary | 11000 | 1010111 | 1011 | 1001000 | 0 | 1010111 | 1000010 | 1101110 | 1001110 | 10011 |
Color Harmonies of #18570B
Complementary color
Monochromatic Colors of #18570B
Black with #18570B
Text Example
Text Example
White with #18570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18570B; }
p { color: rgb(24,87,11); }
H1.HeaderClassName
{
color: #18570B;
}
.AnyTagClassName
{
color: #18570B;
}
</style>
background-color css
<style>
a { background-color: #18570B; }
a { background-color: rgb(24,87,11); }
div.DivClassName
{
background-color: #18570B;
}
.BgClassName
{
background-color: #18570B;
}
</style>
border-color css
<style>
span { border-color: #18570B; }
span { border-color: rgb(24,87,11); }
td.TdClassName
{
border-color: #18570B;
}
.TagClassName
{
border-color: #18570B;
}
</style>