Shades of Myrtle #18541D
Tints of Myrtle #18541D
RGB
CMYK
RGB Variations
Color information
#18541D (or 0x18541D) is known color: Myrtle. HEX triplet: 18, 54 and 1D. RGB value is (24,84,29). Sum of RGB (Red+Green+Blue) = 24+84+29=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #18541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18541D is #E7ABE2. Grayscale: #3B3B3B. Windows color (decimal): -15182819 or 1922072. OLE color: 1922072.
HSL color Cylindrical-coordinate representation of color #18541D: hue angle of 125º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18541D is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 84 | 29 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.67 |
| HSL | 125º | 0.56% | 0.21% | - |
| HSV(B) | 125º | 0.71% | 0.33% | - |
| XYZ | 3.77 | 6.62 | 2.24 | - |
| YUV | 59.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 29 | 0.71 | 0 | 0.65 | 0.67 | 125 | 0.56 | 0.21 |
| Hex | 18 | 54 | 1D | 47 | 0 | 41 | 43 | 7D | 38 | 15 |
| Octal | 30 | 124 | 35 | 107 | 0 | 101 | 103 | 175 | 70 | 25 |
| Binary | 11000 | 1010100 | 11101 | 1000111 | 0 | 1000001 | 1000011 | 1111101 | 111000 | 10101 |
Color Harmonies of #18541D
Complementary color
Monochromatic Colors of #18541D
Black with #18541D
Text Example
Text Example
White with #18541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18541D; }
p { color: rgb(24,84,29); }
H1.HeaderClassName
{
color: #18541D;
}
.AnyTagClassName
{
color: #18541D;
}
</style>
background-color css
<style>
a { background-color: #18541D; }
a { background-color: rgb(24,84,29); }
div.DivClassName
{
background-color: #18541D;
}
.BgClassName
{
background-color: #18541D;
}
</style>
border-color css
<style>
span { border-color: #18541D; }
span { border-color: rgb(24,84,29); }
td.TdClassName
{
border-color: #18541D;
}
.TagClassName
{
border-color: #18541D;
}
</style>