Shades of Myrtle #245414
Tints of Myrtle #245414
RGB
CMYK
RGB Variations
Color information
#245414 (or 0x245414) is known color: Myrtle. HEX triplet: 24, 54 and 14. RGB value is (36,84,20). Sum of RGB (Red+Green+Blue) = 36+84+20=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #245414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245414 is #DBABEB. Grayscale: #3E3E3E. Windows color (decimal): -14396396 or 1332260. OLE color: 1332260.
HSL color Cylindrical-coordinate representation of color #245414: hue angle of 105º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245414 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 84 | 20 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.67 |
| HSL | 105º | 0.62% | 0.2% | - |
| HSV(B) | 105º | 0.76% | 0.33% | - |
| XYZ | 4.02 | 6.77 | 1.76 | - |
| YUV | 62.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 20 | 0.57 | 0 | 0.76 | 0.67 | 105 | 0.62 | 0.2 |
| Hex | 24 | 54 | 14 | 39 | 0 | 4C | 43 | 69 | 3E | 14 |
| Octal | 44 | 124 | 24 | 71 | 0 | 114 | 103 | 151 | 76 | 24 |
| Binary | 100100 | 1010100 | 10100 | 111001 | 0 | 1001100 | 1000011 | 1101001 | 111110 | 10100 |
Color Harmonies of #245414
Complementary color
Monochromatic Colors of #245414
Black with #245414
Text Example
Text Example
White with #245414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245414; }
p { color: rgb(36,84,20); }
H1.HeaderClassName
{
color: #245414;
}
.AnyTagClassName
{
color: #245414;
}
</style>
background-color css
<style>
a { background-color: #245414; }
a { background-color: rgb(36,84,20); }
div.DivClassName
{
background-color: #245414;
}
.BgClassName
{
background-color: #245414;
}
</style>
border-color css
<style>
span { border-color: #245414; }
span { border-color: rgb(36,84,20); }
td.TdClassName
{
border-color: #245414;
}
.TagClassName
{
border-color: #245414;
}
</style>