Shades of Myrtle #245618
Tints of Myrtle #245618
RGB
CMYK
RGB Variations
Color information
#245618 (or 0x245618) is known color: Myrtle. HEX triplet: 24, 56 and 18. RGB value is (36,86,24). Sum of RGB (Red+Green+Blue) = 36+86+24=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #245618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245618 is #DBA9E7. Grayscale: #404040. Windows color (decimal): -14395880 or 1594916. OLE color: 1594916.
HSL color Cylindrical-coordinate representation of color #245618: hue angle of 108.39º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #245618 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 86 | 24 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.66 |
| HSL | 108.39º | 0.56% | 0.22% | - |
| HSV(B) | 108.39º | 0.72% | 0.34% | - |
| XYZ | 4.22 | 7.1 | 2.01 | - |
| YUV | 63.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 24 | 0.58 | 0 | 0.72 | 0.66 | 108.39 | 0.56 | 0.22 |
| Hex | 24 | 56 | 18 | 3A | 0 | 48 | 42 | 6C | 38 | 16 |
| Octal | 44 | 126 | 30 | 72 | 0 | 110 | 102 | 154 | 70 | 26 |
| Binary | 100100 | 1010110 | 11000 | 111010 | 0 | 1001000 | 1000010 | 1101100 | 111000 | 10110 |
Color Harmonies of #245618
Complementary color
Monochromatic Colors of #245618
Black with #245618
Text Example
Text Example
White with #245618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245618; }
p { color: rgb(36,86,24); }
H1.HeaderClassName
{
color: #245618;
}
.AnyTagClassName
{
color: #245618;
}
</style>
background-color css
<style>
a { background-color: #245618; }
a { background-color: rgb(36,86,24); }
div.DivClassName
{
background-color: #245618;
}
.BgClassName
{
background-color: #245618;
}
</style>
border-color css
<style>
span { border-color: #245618; }
span { border-color: rgb(36,86,24); }
td.TdClassName
{
border-color: #245618;
}
.TagClassName
{
border-color: #245618;
}
</style>