Shades of Myrtle #18501D
Tints of Myrtle #18501D
RGB
CMYK
RGB Variations
Color information
#18501D (or 0x18501D) is known color: Myrtle. HEX triplet: 18, 50 and 1D. RGB value is (24,80,29). Sum of RGB (Red+Green+Blue) = 24+80+29=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #18501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18501D is #E7AFE2. Grayscale: #393939. Windows color (decimal): -15183843 or 1921048. OLE color: 1921048.
HSL color Cylindrical-coordinate representation of color #18501D: hue angle of 125.36º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18501D is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 29 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.69 |
| HSL | 125.36º | 0.54% | 0.2% | - |
| HSV(B) | 125.36º | 0.7% | 0.31% | - |
| XYZ | 3.47 | 6.02 | 2.14 | - |
| YUV | 57.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 29 | 0.70 | 0 | 0.64 | 0.69 | 125.36 | 0.54 | 0.2 |
| Hex | 18 | 50 | 1D | 46 | 0 | 40 | 45 | 7D | 36 | 14 |
| Octal | 30 | 120 | 35 | 106 | 0 | 100 | 105 | 175 | 66 | 24 |
| Binary | 11000 | 1010000 | 11101 | 1000110 | 0 | 1000000 | 1000101 | 1111101 | 110110 | 10100 |
Color Harmonies of #18501D
Complementary color
Monochromatic Colors of #18501D
Black with #18501D
Text Example
Text Example
White with #18501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18501D; }
p { color: rgb(24,80,29); }
H1.HeaderClassName
{
color: #18501D;
}
.AnyTagClassName
{
color: #18501D;
}
</style>
background-color css
<style>
a { background-color: #18501D; }
a { background-color: rgb(24,80,29); }
div.DivClassName
{
background-color: #18501D;
}
.BgClassName
{
background-color: #18501D;
}
</style>
border-color css
<style>
span { border-color: #18501D; }
span { border-color: rgb(24,80,29); }
td.TdClassName
{
border-color: #18501D;
}
.TagClassName
{
border-color: #18501D;
}
</style>