Shades of Myrtle #184601
Tints of Myrtle #184601
RGB
CMYK
RGB Variations
Color information
#184601 (or 0x184601) is known color: Myrtle. HEX triplet: 18, 46 and 01. RGB value is (24,70,1). Sum of RGB (Red+Green+Blue) = 24+70+1=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 70 (27.73% from 255 or 73.68% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 70 - color contains mainly: green. Hex color #184601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184601 is #E7B9FE. Grayscale: #303030. Windows color (decimal): -15186431 or 83480. OLE color: 83480.
HSL color Cylindrical-coordinate representation of color #184601: hue angle of 100º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #184601 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 70 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.73 |
| HSL | 100º | 0.97% | 0.14% | - |
| HSV(B) | 100º | 0.99% | 0.27% | - |
| XYZ | 2.57 | 4.58 | 0.78 | - |
| YUV | 48.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 1 | 0.66 | 0 | 0.99 | 0.73 | 100 | 0.97 | 0.14 |
| Hex | 18 | 46 | 1 | 42 | 0 | 63 | 49 | 64 | 61 | E |
| Octal | 30 | 106 | 1 | 102 | 0 | 143 | 111 | 144 | 141 | 16 |
| Binary | 11000 | 1000110 | 1 | 1000010 | 0 | 1100011 | 1001001 | 1100100 | 1100001 | 1110 |
Color Harmonies of #184601
Complementary color
Monochromatic Colors of #184601
Black with #184601
Text Example
Text Example
White with #184601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184601; }
p { color: rgb(24,70,1); }
H1.HeaderClassName
{
color: #184601;
}
.AnyTagClassName
{
color: #184601;
}
</style>
background-color css
<style>
a { background-color: #184601; }
a { background-color: rgb(24,70,1); }
div.DivClassName
{
background-color: #184601;
}
.BgClassName
{
background-color: #184601;
}
</style>
border-color css
<style>
span { border-color: #184601; }
span { border-color: rgb(24,70,1); }
td.TdClassName
{
border-color: #184601;
}
.TagClassName
{
border-color: #184601;
}
</style>