Shades of Myrtle #24501A
Tints of Myrtle #24501A
RGB
CMYK
RGB Variations
Color information
#24501A (or 0x24501A) is known color: Myrtle. HEX triplet: 24, 50 and 1A. RGB value is (36,80,26). Sum of RGB (Red+Green+Blue) = 36+80+26=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #24501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24501A is #DBAFE5. Grayscale: #3C3C3C. Windows color (decimal): -14397414 or 1724452. OLE color: 1724452.
HSL color Cylindrical-coordinate representation of color #24501A: hue angle of 108.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24501A is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 80 | 26 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.69 |
| HSL | 108.89º | 0.51% | 0.21% | - |
| HSV(B) | 108.89º | 0.68% | 0.31% | - |
| XYZ | 3.78 | 6.19 | 1.97 | - |
| YUV | 60.69 | 108.42 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 26 | 0.55 | 0 | 0.67 | 0.69 | 108.89 | 0.51 | 0.21 |
| Hex | 24 | 50 | 1A | 37 | 0 | 43 | 45 | 6D | 33 | 15 |
| Octal | 44 | 120 | 32 | 67 | 0 | 103 | 105 | 155 | 63 | 25 |
| Binary | 100100 | 1010000 | 11010 | 110111 | 0 | 1000011 | 1000101 | 1101101 | 110011 | 10101 |
Color Harmonies of #24501A
Complementary color
Monochromatic Colors of #24501A
Black with #24501A
Text Example
Text Example
White with #24501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24501A; }
p { color: rgb(36,80,26); }
H1.HeaderClassName
{
color: #24501A;
}
.AnyTagClassName
{
color: #24501A;
}
</style>
background-color css
<style>
a { background-color: #24501A; }
a { background-color: rgb(36,80,26); }
div.DivClassName
{
background-color: #24501A;
}
.BgClassName
{
background-color: #24501A;
}
</style>
border-color css
<style>
span { border-color: #24501A; }
span { border-color: rgb(36,80,26); }
td.TdClassName
{
border-color: #24501A;
}
.TagClassName
{
border-color: #24501A;
}
</style>