Shades of Myrtle #264712
Tints of Myrtle #264712
RGB
CMYK
RGB Variations
Color information
#264712 (or 0x264712) is known color: Myrtle. HEX triplet: 26, 47 and 12. RGB value is (38,71,18). Sum of RGB (Red+Green+Blue) = 38+71+18=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #264712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264712 is #D9B8ED. Grayscale: #373737. Windows color (decimal): -14268654 or 1197862. OLE color: 1197862.
HSL color Cylindrical-coordinate representation of color #264712: hue angle of 97.36º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264712 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 18 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.72 |
| HSL | 97.36º | 0.6% | 0.17% | - |
| HSV(B) | 97.36º | 0.75% | 0.28% | - |
| XYZ | 3.16 | 4.96 | 1.36 | - |
| YUV | 55.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 18 | 0.46 | 0 | 0.75 | 0.72 | 97.36 | 0.6 | 0.17 |
| Hex | 26 | 47 | 12 | 2E | 0 | 4B | 48 | 61 | 3C | 11 |
| Octal | 46 | 107 | 22 | 56 | 0 | 113 | 110 | 141 | 74 | 21 |
| Binary | 100110 | 1000111 | 10010 | 101110 | 0 | 1001011 | 1001000 | 1100001 | 111100 | 10001 |
Color Harmonies of #264712
Complementary color
Monochromatic Colors of #264712
Black with #264712
Text Example
Text Example
White with #264712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264712; }
p { color: rgb(38,71,18); }
H1.HeaderClassName
{
color: #264712;
}
.AnyTagClassName
{
color: #264712;
}
</style>
background-color css
<style>
a { background-color: #264712; }
a { background-color: rgb(38,71,18); }
div.DivClassName
{
background-color: #264712;
}
.BgClassName
{
background-color: #264712;
}
</style>
border-color css
<style>
span { border-color: #264712; }
span { border-color: rgb(38,71,18); }
td.TdClassName
{
border-color: #264712;
}
.TagClassName
{
border-color: #264712;
}
</style>