Shades of Myrtle #18471C
Tints of Myrtle #18471C
RGB
CMYK
RGB Variations
Color information
#18471C (or 0x18471C) is known color: Myrtle. HEX triplet: 18, 47 and 1C. RGB value is (24,71,28). Sum of RGB (Red+Green+Blue) = 24+71+28=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #18471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18471C is #E7B8E3. Grayscale: #343434. Windows color (decimal): -15186148 or 1853208. OLE color: 1853208.
HSL color Cylindrical-coordinate representation of color #18471C: hue angle of 125.11º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18471C is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 71 | 28 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.72 |
| HSL | 125.11º | 0.49% | 0.19% | - |
| HSV(B) | 125.11º | 0.66% | 0.28% | - |
| XYZ | 2.84 | 4.78 | 1.87 | - |
| YUV | 52.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 28 | 0.66 | 0 | 0.61 | 0.72 | 125.11 | 0.49 | 0.19 |
| Hex | 18 | 47 | 1C | 42 | 0 | 3D | 48 | 7D | 31 | 13 |
| Octal | 30 | 107 | 34 | 102 | 0 | 75 | 110 | 175 | 61 | 23 |
| Binary | 11000 | 1000111 | 11100 | 1000010 | 0 | 111101 | 1001000 | 1111101 | 110001 | 10011 |
Color Harmonies of #18471C
Complementary color
Monochromatic Colors of #18471C
Black with #18471C
Text Example
Text Example
White with #18471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18471C; }
p { color: rgb(24,71,28); }
H1.HeaderClassName
{
color: #18471C;
}
.AnyTagClassName
{
color: #18471C;
}
</style>
background-color css
<style>
a { background-color: #18471C; }
a { background-color: rgb(24,71,28); }
div.DivClassName
{
background-color: #18471C;
}
.BgClassName
{
background-color: #18471C;
}
</style>
border-color css
<style>
span { border-color: #18471C; }
span { border-color: rgb(24,71,28); }
td.TdClassName
{
border-color: #18471C;
}
.TagClassName
{
border-color: #18471C;
}
</style>