Shades of Myrtle #264621
Tints of Myrtle #264621
RGB
CMYK
RGB Variations
Color information
#264621 (or 0x264621) is known color: Myrtle. HEX triplet: 26, 46 and 21. RGB value is (38,70,33). Sum of RGB (Red+Green+Blue) = 38+70+33=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #264621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264621 is #D9B9DE. Grayscale: #383838. Windows color (decimal): -14268895 or 2180646. OLE color: 2180646.
HSL color Cylindrical-coordinate representation of color #264621: hue angle of 111.89º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #264621 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 70 | 33 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.73 |
| HSL | 111.89º | 0.36% | 0.2% | - |
| HSV(B) | 111.89º | 0.53% | 0.27% | - |
| XYZ | 3.26 | 4.9 | 2.21 | - |
| YUV | 56.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 33 | 0.46 | 0 | 0.53 | 0.73 | 111.89 | 0.36 | 0.2 |
| Hex | 26 | 46 | 21 | 2E | 0 | 35 | 49 | 70 | 24 | 14 |
| Octal | 46 | 106 | 41 | 56 | 0 | 65 | 111 | 160 | 44 | 24 |
| Binary | 100110 | 1000110 | 100001 | 101110 | 0 | 110101 | 1001001 | 1110000 | 100100 | 10100 |
Color Harmonies of #264621
Complementary color
Monochromatic Colors of #264621
Black with #264621
Text Example
Text Example
White with #264621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264621; }
p { color: rgb(38,70,33); }
H1.HeaderClassName
{
color: #264621;
}
.AnyTagClassName
{
color: #264621;
}
</style>
background-color css
<style>
a { background-color: #264621; }
a { background-color: rgb(38,70,33); }
div.DivClassName
{
background-color: #264621;
}
.BgClassName
{
background-color: #264621;
}
</style>
border-color css
<style>
span { border-color: #264621; }
span { border-color: rgb(38,70,33); }
td.TdClassName
{
border-color: #264621;
}
.TagClassName
{
border-color: #264621;
}
</style>