Shades of Myrtle #245C12
Tints of Myrtle #245C12
RGB
CMYK
RGB Variations
Color information
#245C12 (or 0x245C12) is known color: Myrtle. HEX triplet: 24, 5C and 12. RGB value is (36,92,18). Sum of RGB (Red+Green+Blue) = 36+92+18=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 92 (36.33% from 255 or 63.01% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 92 - color contains mainly: green. Hex color #245C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245C12 is #DBA3ED. Grayscale: #434343. Windows color (decimal): -14394350 or 1203236. OLE color: 1203236.
HSL color Cylindrical-coordinate representation of color #245C12: hue angle of 105.41º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245C12 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 18 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.64 |
| HSL | 105.41º | 0.67% | 0.22% | - |
| HSV(B) | 105.41º | 0.8% | 0.36% | - |
| XYZ | 4.66 | 8.07 | 1.88 | - |
| YUV | 66.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 18 | 0.61 | 0 | 0.80 | 0.64 | 105.41 | 0.67 | 0.22 |
| Hex | 24 | 5C | 12 | 3D | 0 | 50 | 40 | 69 | 43 | 16 |
| Octal | 44 | 134 | 22 | 75 | 0 | 120 | 100 | 151 | 103 | 26 |
| Binary | 100100 | 1011100 | 10010 | 111101 | 0 | 1010000 | 1000000 | 1101001 | 1000011 | 10110 |
Color Harmonies of #245C12
Complementary color
Monochromatic Colors of #245C12
Black with #245C12
Text Example
Text Example
White with #245C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C12; }
p { color: rgb(36,92,18); }
H1.HeaderClassName
{
color: #245C12;
}
.AnyTagClassName
{
color: #245C12;
}
</style>
background-color css
<style>
a { background-color: #245C12; }
a { background-color: rgb(36,92,18); }
div.DivClassName
{
background-color: #245C12;
}
.BgClassName
{
background-color: #245C12;
}
</style>
border-color css
<style>
span { border-color: #245C12; }
span { border-color: rgb(36,92,18); }
td.TdClassName
{
border-color: #245C12;
}
.TagClassName
{
border-color: #245C12;
}
</style>