Shades of Myrtle #245A1D
Tints of Myrtle #245A1D
RGB
CMYK
RGB Variations
Color information
#245A1D (or 0x245A1D) is known color: Myrtle. HEX triplet: 24, 5A and 1D. RGB value is (36,90,29). Sum of RGB (Red+Green+Blue) = 36+90+29=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #245A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A1D is #DBA5E2. Grayscale: #434343. Windows color (decimal): -14394851 or 1923620. OLE color: 1923620.
HSL color Cylindrical-coordinate representation of color #245A1D: hue angle of 113.11º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245A1D is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 29 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.65 |
| HSL | 113.11º | 0.51% | 0.23% | - |
| HSV(B) | 113.11º | 0.68% | 0.35% | - |
| XYZ | 4.61 | 7.78 | 2.42 | - |
| YUV | 66.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 29 | 0.60 | 0 | 0.68 | 0.65 | 113.11 | 0.51 | 0.23 |
| Hex | 24 | 5A | 1D | 3C | 0 | 44 | 41 | 71 | 33 | 17 |
| Octal | 44 | 132 | 35 | 74 | 0 | 104 | 101 | 161 | 63 | 27 |
| Binary | 100100 | 1011010 | 11101 | 111100 | 0 | 1000100 | 1000001 | 1110001 | 110011 | 10111 |
Color Harmonies of #245A1D
Complementary color
Monochromatic Colors of #245A1D
Black with #245A1D
Text Example
Text Example
White with #245A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A1D; }
p { color: rgb(36,90,29); }
H1.HeaderClassName
{
color: #245A1D;
}
.AnyTagClassName
{
color: #245A1D;
}
</style>
background-color css
<style>
a { background-color: #245A1D; }
a { background-color: rgb(36,90,29); }
div.DivClassName
{
background-color: #245A1D;
}
.BgClassName
{
background-color: #245A1D;
}
</style>
border-color css
<style>
span { border-color: #245A1D; }
span { border-color: rgb(36,90,29); }
td.TdClassName
{
border-color: #245A1D;
}
.TagClassName
{
border-color: #245A1D;
}
</style>