Shades of Myrtle #183D0D
Tints of Myrtle #183D0D
RGB
CMYK
RGB Variations
Color information
#183D0D (or 0x183D0D) is known color: Myrtle. HEX triplet: 18, 3D and 0D. RGB value is (24,61,13). Sum of RGB (Red+Green+Blue) = 24+61+13=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #183D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183D0D is #E7C2F2. Grayscale: #2C2C2C. Windows color (decimal): -15188723 or 867608. OLE color: 867608.
HSL color Cylindrical-coordinate representation of color #183D0D: hue angle of 106.25º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183D0D is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 61 | 13 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.76 |
| HSL | 106.25º | 0.65% | 0.15% | - |
| HSV(B) | 106.25º | 0.79% | 0.24% | - |
| XYZ | 2.12 | 3.56 | 0.96 | - |
| YUV | 44.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 13 | 0.61 | 0 | 0.79 | 0.76 | 106.25 | 0.65 | 0.15 |
| Hex | 18 | 3D | D | 3D | 0 | 4F | 4C | 6A | 41 | F |
| Octal | 30 | 75 | 15 | 75 | 0 | 117 | 114 | 152 | 101 | 17 |
| Binary | 11000 | 111101 | 1101 | 111101 | 0 | 1001111 | 1001100 | 1101010 | 1000001 | 1111 |
Color Harmonies of #183D0D
Complementary color
Monochromatic Colors of #183D0D
Black with #183D0D
Text Example
Text Example
White with #183D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D0D; }
p { color: rgb(24,61,13); }
H1.HeaderClassName
{
color: #183D0D;
}
.AnyTagClassName
{
color: #183D0D;
}
</style>
background-color css
<style>
a { background-color: #183D0D; }
a { background-color: rgb(24,61,13); }
div.DivClassName
{
background-color: #183D0D;
}
.BgClassName
{
background-color: #183D0D;
}
</style>
border-color css
<style>
span { border-color: #183D0D; }
span { border-color: rgb(24,61,13); }
td.TdClassName
{
border-color: #183D0D;
}
.TagClassName
{
border-color: #183D0D;
}
</style>