Shades of Myrtle #245D12
Tints of Myrtle #245D12
RGB
CMYK
RGB Variations
Color information
#245D12 (or 0x245D12) is known color: Myrtle. HEX triplet: 24, 5D and 12. RGB value is (36,93,18). Sum of RGB (Red+Green+Blue) = 36+93+18=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 93 (36.72% from 255 or 63.27% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 93 - color contains mainly: green. Hex color #245D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245D12 is #DBA2ED. Grayscale: #434343. Windows color (decimal): -14394094 or 1203492. OLE color: 1203492.
HSL color Cylindrical-coordinate representation of color #245D12: hue angle of 105.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245D12 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 18 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.64 |
| HSL | 105.6º | 0.68% | 0.22% | - |
| HSV(B) | 105.6º | 0.81% | 0.36% | - |
| XYZ | 4.75 | 8.25 | 1.91 | - |
| YUV | 67.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 18 | 0.61 | 0 | 0.81 | 0.64 | 105.6 | 0.68 | 0.22 |
| Hex | 24 | 5D | 12 | 3D | 0 | 51 | 40 | 6A | 44 | 16 |
| Octal | 44 | 135 | 22 | 75 | 0 | 121 | 100 | 152 | 104 | 26 |
| Binary | 100100 | 1011101 | 10010 | 111101 | 0 | 1010001 | 1000000 | 1101010 | 1000100 | 10110 |
Color Harmonies of #245D12
Complementary color
Monochromatic Colors of #245D12
Black with #245D12
Text Example
Text Example
White with #245D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D12; }
p { color: rgb(36,93,18); }
H1.HeaderClassName
{
color: #245D12;
}
.AnyTagClassName
{
color: #245D12;
}
</style>
background-color css
<style>
a { background-color: #245D12; }
a { background-color: rgb(36,93,18); }
div.DivClassName
{
background-color: #245D12;
}
.BgClassName
{
background-color: #245D12;
}
</style>
border-color css
<style>
span { border-color: #245D12; }
span { border-color: rgb(36,93,18); }
td.TdClassName
{
border-color: #245D12;
}
.TagClassName
{
border-color: #245D12;
}
</style>