Shades of Myrtle #245A0C
Tints of Myrtle #245A0C
RGB
CMYK
RGB Variations
Color information
#245A0C (or 0x245A0C) is known color: Myrtle. HEX triplet: 24, 5A and 0C. RGB value is (36,90,12). Sum of RGB (Red+Green+Blue) = 36+90+12=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 90 (35.55% from 255 or 65.22% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 90 - color contains mainly: green. Hex color #245A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245A0C is #DBA5F3. Grayscale: #414141. Windows color (decimal): -14394868 or 809508. OLE color: 809508.
HSL color Cylindrical-coordinate representation of color #245A0C: hue angle of 101.54º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #245A0C is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 12 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.65 |
| HSL | 101.54º | 0.76% | 0.2% | - |
| HSV(B) | 101.54º | 0.87% | 0.35% | - |
| XYZ | 4.45 | 7.71 | 1.6 | - |
| YUV | 64.96 | 98.11 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 12 | 0.60 | 0 | 0.87 | 0.65 | 101.54 | 0.76 | 0.2 |
| Hex | 24 | 5A | C | 3C | 0 | 57 | 41 | 66 | 4C | 14 |
| Octal | 44 | 132 | 14 | 74 | 0 | 127 | 101 | 146 | 114 | 24 |
| Binary | 100100 | 1011010 | 1100 | 111100 | 0 | 1010111 | 1000001 | 1100110 | 1001100 | 10100 |
Color Harmonies of #245A0C
Complementary color
Monochromatic Colors of #245A0C
Black with #245A0C
Text Example
Text Example
White with #245A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A0C; }
p { color: rgb(36,90,12); }
H1.HeaderClassName
{
color: #245A0C;
}
.AnyTagClassName
{
color: #245A0C;
}
</style>
background-color css
<style>
a { background-color: #245A0C; }
a { background-color: rgb(36,90,12); }
div.DivClassName
{
background-color: #245A0C;
}
.BgClassName
{
background-color: #245A0C;
}
</style>
border-color css
<style>
span { border-color: #245A0C; }
span { border-color: rgb(36,90,12); }
td.TdClassName
{
border-color: #245A0C;
}
.TagClassName
{
border-color: #245A0C;
}
</style>