Shades of Myrtle #264C21
Tints of Myrtle #264C21
RGB
CMYK
RGB Variations
Color information
#264C21 (or 0x264C21) is known color: Myrtle. HEX triplet: 26, 4C and 21. RGB value is (38,76,33). Sum of RGB (Red+Green+Blue) = 38+76+33=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #264C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C21 is #D9B3DE. Grayscale: #3B3B3B. Windows color (decimal): -14267359 or 2182182. OLE color: 2182182.
HSL color Cylindrical-coordinate representation of color #264C21: hue angle of 113.02º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264C21 is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 33 | - |
| CMYK | 0.5 | 0 | 0.57 | 0.70 |
| HSL | 113.02º | 0.39% | 0.21% | - |
| HSV(B) | 113.02º | 0.57% | 0.3% | - |
| XYZ | 3.66 | 5.69 | 2.34 | - |
| YUV | 59.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 33 | 0.5 | 0 | 0.57 | 0.70 | 113.02 | 0.39 | 0.21 |
| Hex | 26 | 4C | 21 | 32 | 0 | 39 | 46 | 71 | 27 | 15 |
| Octal | 46 | 114 | 41 | 62 | 0 | 71 | 106 | 161 | 47 | 25 |
| Binary | 100110 | 1001100 | 100001 | 110010 | 0 | 111001 | 1000110 | 1110001 | 100111 | 10101 |
Color Harmonies of #264C21
Complementary color
Monochromatic Colors of #264C21
Black with #264C21
Text Example
Text Example
White with #264C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C21; }
p { color: rgb(38,76,33); }
H1.HeaderClassName
{
color: #264C21;
}
.AnyTagClassName
{
color: #264C21;
}
</style>
background-color css
<style>
a { background-color: #264C21; }
a { background-color: rgb(38,76,33); }
div.DivClassName
{
background-color: #264C21;
}
.BgClassName
{
background-color: #264C21;
}
</style>
border-color css
<style>
span { border-color: #264C21; }
span { border-color: rgb(38,76,33); }
td.TdClassName
{
border-color: #264C21;
}
.TagClassName
{
border-color: #264C21;
}
</style>