Shades of Myrtle #264C11
Tints of Myrtle #264C11
RGB
CMYK
RGB Variations
Color information
#264C11 (or 0x264C11) is known color: Myrtle. HEX triplet: 26, 4C and 11. RGB value is (38,76,17). Sum of RGB (Red+Green+Blue) = 38+76+17=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #264C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264C11 is #D9B3EE. Grayscale: #3A3A3A. Windows color (decimal): -14267375 or 1133606. OLE color: 1133606.
HSL color Cylindrical-coordinate representation of color #264C11: hue angle of 98.64º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264C11 is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 17 | - |
| CMYK | 0.5 | 0 | 0.78 | 0.70 |
| HSL | 98.64º | 0.63% | 0.18% | - |
| HSV(B) | 98.64º | 0.78% | 0.3% | - |
| XYZ | 3.48 | 5.62 | 1.43 | - |
| YUV | 57.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 17 | 0.5 | 0 | 0.78 | 0.70 | 98.64 | 0.63 | 0.18 |
| Hex | 26 | 4C | 11 | 32 | 0 | 4E | 46 | 63 | 3F | 12 |
| Octal | 46 | 114 | 21 | 62 | 0 | 116 | 106 | 143 | 77 | 22 |
| Binary | 100110 | 1001100 | 10001 | 110010 | 0 | 1001110 | 1000110 | 1100011 | 111111 | 10010 |
Color Harmonies of #264C11
Complementary color
Monochromatic Colors of #264C11
Black with #264C11
Text Example
Text Example
White with #264C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C11; }
p { color: rgb(38,76,17); }
H1.HeaderClassName
{
color: #264C11;
}
.AnyTagClassName
{
color: #264C11;
}
</style>
background-color css
<style>
a { background-color: #264C11; }
a { background-color: rgb(38,76,17); }
div.DivClassName
{
background-color: #264C11;
}
.BgClassName
{
background-color: #264C11;
}
</style>
border-color css
<style>
span { border-color: #264C11; }
span { border-color: rgb(38,76,17); }
td.TdClassName
{
border-color: #264C11;
}
.TagClassName
{
border-color: #264C11;
}
</style>