Shades of Myrtle #18501B
Tints of Myrtle #18501B
RGB
CMYK
RGB Variations
Color information
#18501B (or 0x18501B) is known color: Myrtle. HEX triplet: 18, 50 and 1B. RGB value is (24,80,27). Sum of RGB (Red+Green+Blue) = 24+80+27=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #18501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18501B is #E7AFE4. Grayscale: #393939. Windows color (decimal): -15183845 or 1789976. OLE color: 1789976.
HSL color Cylindrical-coordinate representation of color #18501B: hue angle of 123.21º 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 #18501B is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 27 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.69 |
| HSL | 123.21º | 0.54% | 0.2% | - |
| HSV(B) | 123.21º | 0.7% | 0.31% | - |
| XYZ | 3.44 | 6.01 | 2.02 | - |
| YUV | 57.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 27 | 0.70 | 0 | 0.66 | 0.69 | 123.21 | 0.54 | 0.2 |
| Hex | 18 | 50 | 1B | 46 | 0 | 42 | 45 | 7B | 36 | 14 |
| Octal | 30 | 120 | 33 | 106 | 0 | 102 | 105 | 173 | 66 | 24 |
| Binary | 11000 | 1010000 | 11011 | 1000110 | 0 | 1000010 | 1000101 | 1111011 | 110110 | 10100 |
Color Harmonies of #18501B
Complementary color
Monochromatic Colors of #18501B
Black with #18501B
Text Example
Text Example
White with #18501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18501B; }
p { color: rgb(24,80,27); }
H1.HeaderClassName
{
color: #18501B;
}
.AnyTagClassName
{
color: #18501B;
}
</style>
background-color css
<style>
a { background-color: #18501B; }
a { background-color: rgb(24,80,27); }
div.DivClassName
{
background-color: #18501B;
}
.BgClassName
{
background-color: #18501B;
}
</style>
border-color css
<style>
span { border-color: #18501B; }
span { border-color: rgb(24,80,27); }
td.TdClassName
{
border-color: #18501B;
}
.TagClassName
{
border-color: #18501B;
}
</style>