Shades of Myrtle #246505
Tints of Myrtle #246505
RGB
CMYK
RGB Variations
Color information
#246505 (or 0x246505) is known color: Myrtle. HEX triplet: 24, 65 and 05. RGB value is (36,101,5). Sum of RGB (Red+Green+Blue) = 36+101+5=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #246505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246505 is #DB9AFA. Grayscale: #464646. Windows color (decimal): -14392059 or 353572. OLE color: 353572.
HSL color Cylindrical-coordinate representation of color #246505: hue angle of 100.62º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #246505 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 101 | 5 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.60 |
| HSL | 100.63º | 0.91% | 0.21% | - |
| HSV(B) | 100.63º | 0.95% | 0.4% | - |
| XYZ | 5.41 | 9.69 | 1.73 | - |
| YUV | 70.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 5 | 0.64 | 0 | 0.95 | 0.60 | 100.63 | 0.91 | 0.21 |
| Hex | 24 | 65 | 5 | 40 | 0 | 5F | 3C | 65 | 5B | 15 |
| Octal | 44 | 145 | 5 | 100 | 0 | 137 | 74 | 145 | 133 | 25 |
| Binary | 100100 | 1100101 | 101 | 1000000 | 0 | 1011111 | 111100 | 1100101 | 1011011 | 10101 |
Color Harmonies of #246505
Complementary color
Monochromatic Colors of #246505
Black with #246505
Text Example
Text Example
White with #246505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246505; }
p { color: rgb(36,101,5); }
H1.HeaderClassName
{
color: #246505;
}
.AnyTagClassName
{
color: #246505;
}
</style>
background-color css
<style>
a { background-color: #246505; }
a { background-color: rgb(36,101,5); }
div.DivClassName
{
background-color: #246505;
}
.BgClassName
{
background-color: #246505;
}
</style>
border-color css
<style>
span { border-color: #246505; }
span { border-color: rgb(36,101,5); }
td.TdClassName
{
border-color: #246505;
}
.TagClassName
{
border-color: #246505;
}
</style>