Shades of Myrtle #264720
Tints of Myrtle #264720
RGB
CMYK
RGB Variations
Color information
#264720 (or 0x264720) is known color: Myrtle. HEX triplet: 26, 47 and 20. RGB value is (38,71,32). Sum of RGB (Red+Green+Blue) = 38+71+32=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #264720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264720 is #D9B8DF. Grayscale: #383838. Windows color (decimal): -14268640 or 2115366. OLE color: 2115366.
HSL color Cylindrical-coordinate representation of color #264720: hue angle of 110.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264720 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 32 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.72 |
| HSL | 110.77º | 0.38% | 0.2% | - |
| HSV(B) | 110.77º | 0.55% | 0.28% | - |
| XYZ | 3.31 | 5.02 | 2.16 | - |
| YUV | 56.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 32 | 0.46 | 0 | 0.55 | 0.72 | 110.77 | 0.38 | 0.2 |
| Hex | 26 | 47 | 20 | 2E | 0 | 37 | 48 | 6F | 26 | 14 |
| Octal | 46 | 107 | 40 | 56 | 0 | 67 | 110 | 157 | 46 | 24 |
| Binary | 100110 | 1000111 | 100000 | 101110 | 0 | 110111 | 1001000 | 1101111 | 100110 | 10100 |
Color Harmonies of #264720
Complementary color
Monochromatic Colors of #264720
Black with #264720
Text Example
Text Example
White with #264720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264720; }
p { color: rgb(38,71,32); }
H1.HeaderClassName
{
color: #264720;
}
.AnyTagClassName
{
color: #264720;
}
</style>
background-color css
<style>
a { background-color: #264720; }
a { background-color: rgb(38,71,32); }
div.DivClassName
{
background-color: #264720;
}
.BgClassName
{
background-color: #264720;
}
</style>
border-color css
<style>
span { border-color: #264720; }
span { border-color: rgb(38,71,32); }
td.TdClassName
{
border-color: #264720;
}
.TagClassName
{
border-color: #264720;
}
</style>