Shades of Myrtle #244C10
Tints of Myrtle #244C10
RGB
CMYK
RGB Variations
Color information
#244C10 (or 0x244C10) is known color: Myrtle. HEX triplet: 24, 4C and 10. RGB value is (36,76,16). Sum of RGB (Red+Green+Blue) = 36+76+16=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #244C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244C10 is #DBB3EF. Grayscale: #393939. Windows color (decimal): -14398448 or 1068068. OLE color: 1068068.
HSL color Cylindrical-coordinate representation of color #244C10: hue angle of 100º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #244C10 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 76 | 16 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.70 |
| HSL | 100º | 0.65% | 0.18% | - |
| HSV(B) | 100º | 0.79% | 0.3% | - |
| XYZ | 3.41 | 5.58 | 1.39 | - |
| YUV | 57.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 16 | 0.53 | 0 | 0.79 | 0.70 | 100 | 0.65 | 0.18 |
| Hex | 24 | 4C | 10 | 35 | 0 | 4F | 46 | 64 | 41 | 12 |
| Octal | 44 | 114 | 20 | 65 | 0 | 117 | 106 | 144 | 101 | 22 |
| Binary | 100100 | 1001100 | 10000 | 110101 | 0 | 1001111 | 1000110 | 1100100 | 1000001 | 10010 |
Color Harmonies of #244C10
Complementary color
Monochromatic Colors of #244C10
Black with #244C10
Text Example
Text Example
White with #244C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C10; }
p { color: rgb(36,76,16); }
H1.HeaderClassName
{
color: #244C10;
}
.AnyTagClassName
{
color: #244C10;
}
</style>
background-color css
<style>
a { background-color: #244C10; }
a { background-color: rgb(36,76,16); }
div.DivClassName
{
background-color: #244C10;
}
.BgClassName
{
background-color: #244C10;
}
</style>
border-color css
<style>
span { border-color: #244C10; }
span { border-color: rgb(36,76,16); }
td.TdClassName
{
border-color: #244C10;
}
.TagClassName
{
border-color: #244C10;
}
</style>