Shades of Myrtle #24501C
Tints of Myrtle #24501C
RGB
CMYK
RGB Variations
Color information
#24501C (or 0x24501C) is known color: Myrtle. HEX triplet: 24, 50 and 1C. RGB value is (36,80,28). Sum of RGB (Red+Green+Blue) = 36+80+28=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #24501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24501C is #DBAFE3. Grayscale: #3D3D3D. Windows color (decimal): -14397412 or 1855524. OLE color: 1855524.
HSL color Cylindrical-coordinate representation of color #24501C: hue angle of 110.77º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24501C is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 80 | 28 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.69 |
| HSL | 110.77º | 0.48% | 0.21% | - |
| HSV(B) | 110.77º | 0.65% | 0.31% | - |
| XYZ | 3.81 | 6.2 | 2.09 | - |
| YUV | 60.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 28 | 0.55 | 0 | 0.65 | 0.69 | 110.77 | 0.48 | 0.21 |
| Hex | 24 | 50 | 1C | 37 | 0 | 41 | 45 | 6F | 30 | 15 |
| Octal | 44 | 120 | 34 | 67 | 0 | 101 | 105 | 157 | 60 | 25 |
| Binary | 100100 | 1010000 | 11100 | 110111 | 0 | 1000001 | 1000101 | 1101111 | 110000 | 10101 |
Color Harmonies of #24501C
Complementary color
Monochromatic Colors of #24501C
Black with #24501C
Text Example
Text Example
White with #24501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24501C; }
p { color: rgb(36,80,28); }
H1.HeaderClassName
{
color: #24501C;
}
.AnyTagClassName
{
color: #24501C;
}
</style>
background-color css
<style>
a { background-color: #24501C; }
a { background-color: rgb(36,80,28); }
div.DivClassName
{
background-color: #24501C;
}
.BgClassName
{
background-color: #24501C;
}
</style>
border-color css
<style>
span { border-color: #24501C; }
span { border-color: rgb(36,80,28); }
td.TdClassName
{
border-color: #24501C;
}
.TagClassName
{
border-color: #24501C;
}
</style>