Shades of Myrtle #184800
Tints of Myrtle #184800
RGB
CMYK
RGB Variations
Color information
#184800 (or 0x184800) is known color: Myrtle. HEX triplet: 18, 48 and 00. RGB value is (24,72,0). Sum of RGB (Red+Green+Blue) = 24+72+0=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 72 (28.52% from 255 or 75% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 72 - color contains mainly: green. Hex color #184800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #184800 is #E7B7FF. Grayscale: #313131. Windows color (decimal): -15185920 or 18456. OLE color: 18456.
HSL color Cylindrical-coordinate representation of color #184800: hue angle of 100º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #184800 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 72 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.72 |
| HSL | 100º | 1% | 0.14% | - |
| HSV(B) | 100º | 1% | 0.28% | - |
| XYZ | 2.69 | 4.83 | 0.79 | - |
| YUV | 49.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 0 | 0.67 | 0 | 1 | 0.72 | 100 | 1 | 0.14 |
| Hex | 18 | 48 | 0 | 43 | 0 | 64 | 48 | 64 | 64 | E |
| Octal | 30 | 110 | 0 | 103 | 0 | 144 | 110 | 144 | 144 | 16 |
| Binary | 11000 | 1001000 | 0 | 1000011 | 0 | 1100100 | 1001000 | 1100100 | 1100100 | 1110 |
Color Harmonies of #184800
Complementary color
Monochromatic Colors of #184800
Black with #184800
Text Example
Text Example
White with #184800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184800; }
p { color: rgb(24,72,0); }
H1.HeaderClassName
{
color: #184800;
}
.AnyTagClassName
{
color: #184800;
}
</style>
background-color css
<style>
a { background-color: #184800; }
a { background-color: rgb(24,72,0); }
div.DivClassName
{
background-color: #184800;
}
.BgClassName
{
background-color: #184800;
}
</style>
border-color css
<style>
span { border-color: #184800; }
span { border-color: rgb(24,72,0); }
td.TdClassName
{
border-color: #184800;
}
.TagClassName
{
border-color: #184800;
}
</style>