Shades of Myrtle #245C14
Tints of Myrtle #245C14
RGB
CMYK
RGB Variations
Color information
#245C14 (or 0x245C14) is known color: Myrtle. HEX triplet: 24, 5C and 14. RGB value is (36,92,20). Sum of RGB (Red+Green+Blue) = 36+92+20=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #245C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245C14 is #DBA3EB. Grayscale: #434343. Windows color (decimal): -14394348 or 1334308. OLE color: 1334308.
HSL color Cylindrical-coordinate representation of color #245C14: hue angle of 106.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #245C14 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 20 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.64 |
| HSL | 106.67º | 0.64% | 0.22% | - |
| HSV(B) | 106.67º | 0.78% | 0.36% | - |
| XYZ | 4.68 | 8.08 | 1.97 | - |
| YUV | 67.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 20 | 0.61 | 0 | 0.78 | 0.64 | 106.67 | 0.64 | 0.22 |
| Hex | 24 | 5C | 14 | 3D | 0 | 4E | 40 | 6B | 40 | 16 |
| Octal | 44 | 134 | 24 | 75 | 0 | 116 | 100 | 153 | 100 | 26 |
| Binary | 100100 | 1011100 | 10100 | 111101 | 0 | 1001110 | 1000000 | 1101011 | 1000000 | 10110 |
Color Harmonies of #245C14
Complementary color
Monochromatic Colors of #245C14
Black with #245C14
Text Example
Text Example
White with #245C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C14; }
p { color: rgb(36,92,20); }
H1.HeaderClassName
{
color: #245C14;
}
.AnyTagClassName
{
color: #245C14;
}
</style>
background-color css
<style>
a { background-color: #245C14; }
a { background-color: rgb(36,92,20); }
div.DivClassName
{
background-color: #245C14;
}
.BgClassName
{
background-color: #245C14;
}
</style>
border-color css
<style>
span { border-color: #245C14; }
span { border-color: rgb(36,92,20); }
td.TdClassName
{
border-color: #245C14;
}
.TagClassName
{
border-color: #245C14;
}
</style>