Shades of Myrtle #264B21
Tints of Myrtle #264B21
RGB
CMYK
RGB Variations
Color information
#264B21 (or 0x264B21) is known color: Myrtle. HEX triplet: 26, 4B and 21. RGB value is (38,75,33). Sum of RGB (Red+Green+Blue) = 38+75+33=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #264B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264B21 is #D9B4DE. Grayscale: #3B3B3B. Windows color (decimal): -14267615 or 2181926. OLE color: 2181926.
HSL color Cylindrical-coordinate representation of color #264B21: hue angle of 112.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #264B21 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 75 | 33 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.71 |
| HSL | 112.86º | 0.39% | 0.21% | - |
| HSV(B) | 112.86º | 0.56% | 0.29% | - |
| XYZ | 3.59 | 5.55 | 2.32 | - |
| YUV | 59.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 33 | 0.49 | 0 | 0.56 | 0.71 | 112.86 | 0.39 | 0.21 |
| Hex | 26 | 4B | 21 | 31 | 0 | 38 | 47 | 71 | 27 | 15 |
| Octal | 46 | 113 | 41 | 61 | 0 | 70 | 107 | 161 | 47 | 25 |
| Binary | 100110 | 1001011 | 100001 | 110001 | 0 | 111000 | 1000111 | 1110001 | 100111 | 10101 |
Color Harmonies of #264B21
Complementary color
Monochromatic Colors of #264B21
Black with #264B21
Text Example
Text Example
White with #264B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264B21; }
p { color: rgb(38,75,33); }
H1.HeaderClassName
{
color: #264B21;
}
.AnyTagClassName
{
color: #264B21;
}
</style>
background-color css
<style>
a { background-color: #264B21; }
a { background-color: rgb(38,75,33); }
div.DivClassName
{
background-color: #264B21;
}
.BgClassName
{
background-color: #264B21;
}
</style>
border-color css
<style>
span { border-color: #264B21; }
span { border-color: rgb(38,75,33); }
td.TdClassName
{
border-color: #264B21;
}
.TagClassName
{
border-color: #264B21;
}
</style>