Shades of Myrtle #183705
Tints of Myrtle #183705
RGB
CMYK
RGB Variations
Color information
#183705 (or 0x183705) is known color: Myrtle. HEX triplet: 18, 37 and 05. RGB value is (24,55,5). Sum of RGB (Red+Green+Blue) = 24+55+5=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #183705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183705 is #E7C8FA. Grayscale: #282828. Windows color (decimal): -15190267 or 341784. OLE color: 341784.
HSL color Cylindrical-coordinate representation of color #183705: hue angle of 97.2º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #183705 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 55 | 5 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.78 |
| HSL | 97.2º | 0.83% | 0.12% | - |
| HSV(B) | 97.2º | 0.91% | 0.22% | - |
| XYZ | 1.77 | 2.94 | 0.62 | - |
| YUV | 40.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 5 | 0.56 | 0 | 0.91 | 0.78 | 97.2 | 0.83 | 0.12 |
| Hex | 18 | 37 | 5 | 38 | 0 | 5B | 4E | 61 | 53 | C |
| Octal | 30 | 67 | 5 | 70 | 0 | 133 | 116 | 141 | 123 | 14 |
| Binary | 11000 | 110111 | 101 | 111000 | 0 | 1011011 | 1001110 | 1100001 | 1010011 | 1100 |
Color Harmonies of #183705
Complementary color
Monochromatic Colors of #183705
Black with #183705
Text Example
Text Example
White with #183705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183705; }
p { color: rgb(24,55,5); }
H1.HeaderClassName
{
color: #183705;
}
.AnyTagClassName
{
color: #183705;
}
</style>
background-color css
<style>
a { background-color: #183705; }
a { background-color: rgb(24,55,5); }
div.DivClassName
{
background-color: #183705;
}
.BgClassName
{
background-color: #183705;
}
</style>
border-color css
<style>
span { border-color: #183705; }
span { border-color: rgb(24,55,5); }
td.TdClassName
{
border-color: #183705;
}
.TagClassName
{
border-color: #183705;
}
</style>