Shades of Myrtle #183D10
Tints of Myrtle #183D10
RGB
CMYK
RGB Variations
Color information
#183D10 (or 0x183D10) is known color: Myrtle. HEX triplet: 18, 3D and 10. RGB value is (24,61,16). Sum of RGB (Red+Green+Blue) = 24+61+16=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #183D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183D10 is #E7C2EF. Grayscale: #2C2C2C. Windows color (decimal): -15188720 or 1064216. OLE color: 1064216.
HSL color Cylindrical-coordinate representation of color #183D10: hue angle of 109.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #183D10 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 61 | 16 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.76 |
| HSL | 109.33º | 0.58% | 0.15% | - |
| HSV(B) | 109.33º | 0.74% | 0.24% | - |
| XYZ | 2.14 | 3.57 | 1.07 | - |
| YUV | 44.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 16 | 0.61 | 0 | 0.74 | 0.76 | 109.33 | 0.58 | 0.15 |
| Hex | 18 | 3D | 10 | 3D | 0 | 4A | 4C | 6D | 3A | F |
| Octal | 30 | 75 | 20 | 75 | 0 | 112 | 114 | 155 | 72 | 17 |
| Binary | 11000 | 111101 | 10000 | 111101 | 0 | 1001010 | 1001100 | 1101101 | 111010 | 1111 |
Color Harmonies of #183D10
Complementary color
Monochromatic Colors of #183D10
Black with #183D10
Text Example
Text Example
White with #183D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D10; }
p { color: rgb(24,61,16); }
H1.HeaderClassName
{
color: #183D10;
}
.AnyTagClassName
{
color: #183D10;
}
</style>
background-color css
<style>
a { background-color: #183D10; }
a { background-color: rgb(24,61,16); }
div.DivClassName
{
background-color: #183D10;
}
.BgClassName
{
background-color: #183D10;
}
</style>
border-color css
<style>
span { border-color: #183D10; }
span { border-color: rgb(24,61,16); }
td.TdClassName
{
border-color: #183D10;
}
.TagClassName
{
border-color: #183D10;
}
</style>