Shades of Myrtle #18401C
Tints of Myrtle #18401C
RGB
CMYK
RGB Variations
Color information
#18401C (or 0x18401C) is known color: Myrtle. HEX triplet: 18, 40 and 1C. RGB value is (24,64,28). Sum of RGB (Red+Green+Blue) = 24+64+28=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #18401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18401C is #E7BFE3. Grayscale: #303030. Windows color (decimal): -15187940 or 1851416. OLE color: 1851416.
HSL color Cylindrical-coordinate representation of color #18401C: hue angle of 126º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18401C is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 64 | 28 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.75 |
| HSL | 126º | 0.45% | 0.17% | - |
| HSV(B) | 126º | 0.63% | 0.25% | - |
| XYZ | 2.42 | 3.94 | 1.73 | - |
| YUV | 47.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 28 | 0.62 | 0 | 0.56 | 0.75 | 126 | 0.45 | 0.17 |
| Hex | 18 | 40 | 1C | 3E | 0 | 38 | 4B | 7E | 2D | 11 |
| Octal | 30 | 100 | 34 | 76 | 0 | 70 | 113 | 176 | 55 | 21 |
| Binary | 11000 | 1000000 | 11100 | 111110 | 0 | 111000 | 1001011 | 1111110 | 101101 | 10001 |
Color Harmonies of #18401C
Complementary color
Monochromatic Colors of #18401C
Black with #18401C
Text Example
Text Example
White with #18401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18401C; }
p { color: rgb(24,64,28); }
H1.HeaderClassName
{
color: #18401C;
}
.AnyTagClassName
{
color: #18401C;
}
</style>
background-color css
<style>
a { background-color: #18401C; }
a { background-color: rgb(24,64,28); }
div.DivClassName
{
background-color: #18401C;
}
.BgClassName
{
background-color: #18401C;
}
</style>
border-color css
<style>
span { border-color: #18401C; }
span { border-color: rgb(24,64,28); }
td.TdClassName
{
border-color: #18401C;
}
.TagClassName
{
border-color: #18401C;
}
</style>