Shades of Myrtle #264D1D
Tints of Myrtle #264D1D
RGB
CMYK
RGB Variations
Color information
#264D1D (or 0x264D1D) is known color: Myrtle. HEX triplet: 26, 4D and 1D. RGB value is (38,77,29). Sum of RGB (Red+Green+Blue) = 38+77+29=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #264D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D1D is #D9B2E2. Grayscale: #3C3C3C. Windows color (decimal): -14267107 or 1920294. OLE color: 1920294.
HSL color Cylindrical-coordinate representation of color #264D1D: hue angle of 108.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #264D1D is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 29 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.70 |
| HSL | 108.75º | 0.45% | 0.21% | - |
| HSV(B) | 108.75º | 0.62% | 0.3% | - |
| XYZ | 3.67 | 5.81 | 2.09 | - |
| YUV | 59.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 29 | 0.51 | 0 | 0.62 | 0.70 | 108.75 | 0.45 | 0.21 |
| Hex | 26 | 4D | 1D | 33 | 0 | 3E | 46 | 6D | 2D | 15 |
| Octal | 46 | 115 | 35 | 63 | 0 | 76 | 106 | 155 | 55 | 25 |
| Binary | 100110 | 1001101 | 11101 | 110011 | 0 | 111110 | 1000110 | 1101101 | 101101 | 10101 |
Color Harmonies of #264D1D
Complementary color
Monochromatic Colors of #264D1D
Black with #264D1D
Text Example
Text Example
White with #264D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D1D; }
p { color: rgb(38,77,29); }
H1.HeaderClassName
{
color: #264D1D;
}
.AnyTagClassName
{
color: #264D1D;
}
</style>
background-color css
<style>
a { background-color: #264D1D; }
a { background-color: rgb(38,77,29); }
div.DivClassName
{
background-color: #264D1D;
}
.BgClassName
{
background-color: #264D1D;
}
</style>
border-color css
<style>
span { border-color: #264D1D; }
span { border-color: rgb(38,77,29); }
td.TdClassName
{
border-color: #264D1D;
}
.TagClassName
{
border-color: #264D1D;
}
</style>