Shades of Myrtle #264019
Tints of Myrtle #264019
RGB
CMYK
RGB Variations
Color information
#264019 (or 0x264019) is known color: Myrtle. HEX triplet: 26, 40 and 19. RGB value is (38,64,25). Sum of RGB (Red+Green+Blue) = 38+64+25=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #264019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264019 is #D9BFE6. Grayscale: #333333. Windows color (decimal): -14270439 or 1654822. OLE color: 1654822.
HSL color Cylindrical-coordinate representation of color #264019: hue angle of 100º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #264019 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 64 | 25 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.75 |
| HSL | 100º | 0.44% | 0.17% | - |
| HSV(B) | 100º | 0.61% | 0.25% | - |
| XYZ | 2.81 | 4.15 | 1.57 | - |
| YUV | 51.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 25 | 0.41 | 0 | 0.61 | 0.75 | 100 | 0.44 | 0.17 |
| Hex | 26 | 40 | 19 | 29 | 0 | 3D | 4B | 64 | 2C | 11 |
| Octal | 46 | 100 | 31 | 51 | 0 | 75 | 113 | 144 | 54 | 21 |
| Binary | 100110 | 1000000 | 11001 | 101001 | 0 | 111101 | 1001011 | 1100100 | 101100 | 10001 |
Color Harmonies of #264019
Complementary color
Monochromatic Colors of #264019
Black with #264019
Text Example
Text Example
White with #264019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264019; }
p { color: rgb(38,64,25); }
H1.HeaderClassName
{
color: #264019;
}
.AnyTagClassName
{
color: #264019;
}
</style>
background-color css
<style>
a { background-color: #264019; }
a { background-color: rgb(38,64,25); }
div.DivClassName
{
background-color: #264019;
}
.BgClassName
{
background-color: #264019;
}
</style>
border-color css
<style>
span { border-color: #264019; }
span { border-color: rgb(38,64,25); }
td.TdClassName
{
border-color: #264019;
}
.TagClassName
{
border-color: #264019;
}
</style>