Shades of Myrtle #244B0C
Tints of Myrtle #244B0C
RGB
CMYK
RGB Variations
Color information
#244B0C (or 0x244B0C) is known color: Myrtle. HEX triplet: 24, 4B and 0C. RGB value is (36,75,12). Sum of RGB (Red+Green+Blue) = 36+75+12=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #244B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244B0C is #DBB4F3. Grayscale: #383838. Windows color (decimal): -14398708 or 805668. OLE color: 805668.
HSL color Cylindrical-coordinate representation of color #244B0C: hue angle of 97.14º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #244B0C is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 75 | 12 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.71 |
| HSL | 97.14º | 0.72% | 0.17% | - |
| HSV(B) | 97.14º | 0.84% | 0.29% | - |
| XYZ | 3.31 | 5.43 | 1.22 | - |
| YUV | 56.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 12 | 0.52 | 0 | 0.84 | 0.71 | 97.14 | 0.72 | 0.17 |
| Hex | 24 | 4B | C | 34 | 0 | 54 | 47 | 61 | 48 | 11 |
| Octal | 44 | 113 | 14 | 64 | 0 | 124 | 107 | 141 | 110 | 21 |
| Binary | 100100 | 1001011 | 1100 | 110100 | 0 | 1010100 | 1000111 | 1100001 | 1001000 | 10001 |
Color Harmonies of #244B0C
Complementary color
Monochromatic Colors of #244B0C
Black with #244B0C
Text Example
Text Example
White with #244B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244B0C; }
p { color: rgb(36,75,12); }
H1.HeaderClassName
{
color: #244B0C;
}
.AnyTagClassName
{
color: #244B0C;
}
</style>
background-color css
<style>
a { background-color: #244B0C; }
a { background-color: rgb(36,75,12); }
div.DivClassName
{
background-color: #244B0C;
}
.BgClassName
{
background-color: #244B0C;
}
</style>
border-color css
<style>
span { border-color: #244B0C; }
span { border-color: rgb(36,75,12); }
td.TdClassName
{
border-color: #244B0C;
}
.TagClassName
{
border-color: #244B0C;
}
</style>