Shades of Myrtle #24401A
Tints of Myrtle #24401A
RGB
CMYK
RGB Variations
Color information
#24401A (or 0x24401A) is known color: Myrtle. HEX triplet: 24, 40 and 1A. RGB value is (36,64,26). Sum of RGB (Red+Green+Blue) = 36+64+26=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #24401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24401A is #DBBFE5. Grayscale: #333333. Windows color (decimal): -14401510 or 1720356. OLE color: 1720356.
HSL color Cylindrical-coordinate representation of color #24401A: hue angle of 104.21º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #24401A is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 64 | 26 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.75 |
| HSL | 104.21º | 0.42% | 0.18% | - |
| HSV(B) | 104.21º | 0.59% | 0.25% | - |
| XYZ | 2.75 | 4.12 | 1.63 | - |
| YUV | 51.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 26 | 0.44 | 0 | 0.59 | 0.75 | 104.21 | 0.42 | 0.18 |
| Hex | 24 | 40 | 1A | 2C | 0 | 3B | 4B | 68 | 2A | 12 |
| Octal | 44 | 100 | 32 | 54 | 0 | 73 | 113 | 150 | 52 | 22 |
| Binary | 100100 | 1000000 | 11010 | 101100 | 0 | 111011 | 1001011 | 1101000 | 101010 | 10010 |
Color Harmonies of #24401A
Complementary color
Monochromatic Colors of #24401A
Black with #24401A
Text Example
Text Example
White with #24401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24401A; }
p { color: rgb(36,64,26); }
H1.HeaderClassName
{
color: #24401A;
}
.AnyTagClassName
{
color: #24401A;
}
</style>
background-color css
<style>
a { background-color: #24401A; }
a { background-color: rgb(36,64,26); }
div.DivClassName
{
background-color: #24401A;
}
.BgClassName
{
background-color: #24401A;
}
</style>
border-color css
<style>
span { border-color: #24401A; }
span { border-color: rgb(36,64,26); }
td.TdClassName
{
border-color: #24401A;
}
.TagClassName
{
border-color: #24401A;
}
</style>