Shades of Myrtle #024106
Tints of Myrtle #024106
RGB
CMYK
RGB Variations
Color information
#024106 (or 0x024106) is known color: Myrtle. HEX triplet: 02, 41 and 06. RGB value is (2,65,6). Sum of RGB (Red+Green+Blue) = 2+65+6=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 65 (25.78% from 255 or 89.04% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 65 - color contains mainly: green. Hex color #024106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024106 is #FDBEF9. Grayscale: #272727. Windows color (decimal): -16629498 or 409858. OLE color: 409858.
HSL color Cylindrical-coordinate representation of color #024106: hue angle of 123.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024106 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 6 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.75 |
| HSL | 123.81º | 0.94% | 0.13% | - |
| HSV(B) | 123.81º | 0.97% | 0.25% | - |
| XYZ | 1.95 | 3.81 | 0.8 | - |
| YUV | 39.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 6 | 0.97 | 0 | 0.91 | 0.75 | 123.81 | 0.94 | 0.13 |
| Hex | 2 | 41 | 6 | 61 | 0 | 5B | 4B | 7C | 5E | D |
| Octal | 2 | 101 | 6 | 141 | 0 | 133 | 113 | 174 | 136 | 15 |
| Binary | 10 | 1000001 | 110 | 1100001 | 0 | 1011011 | 1001011 | 1111100 | 1011110 | 1101 |
Color Harmonies of #024106
Complementary color
Monochromatic Colors of #024106
Black with #024106
Text Example
Text Example
White with #024106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024106; }
p { color: rgb(2,65,6); }
H1.HeaderClassName
{
color: #024106;
}
.AnyTagClassName
{
color: #024106;
}
</style>
background-color css
<style>
a { background-color: #024106; }
a { background-color: rgb(2,65,6); }
div.DivClassName
{
background-color: #024106;
}
.BgClassName
{
background-color: #024106;
}
</style>
border-color css
<style>
span { border-color: #024106; }
span { border-color: rgb(2,65,6); }
td.TdClassName
{
border-color: #024106;
}
.TagClassName
{
border-color: #024106;
}
</style>