Shades of Myrtle #26520F
Tints of Myrtle #26520F
RGB
CMYK
RGB Variations
Color information
#26520F (or 0x26520F) is known color: Myrtle. HEX triplet: 26, 52 and 0F. RGB value is (38,82,15). Sum of RGB (Red+Green+Blue) = 38+82+15=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #26520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26520F is #D9ADF0. Grayscale: #3D3D3D. Windows color (decimal): -14265841 or 1004070. OLE color: 1004070.
HSL color Cylindrical-coordinate representation of color #26520F: hue angle of 99.4º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26520F is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 82 | 15 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.68 |
| HSL | 99.4º | 0.69% | 0.19% | - |
| HSV(B) | 99.4º | 0.82% | 0.32% | - |
| XYZ | 3.9 | 6.48 | 1.5 | - |
| YUV | 61.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 15 | 0.54 | 0 | 0.82 | 0.68 | 99.4 | 0.69 | 0.19 |
| Hex | 26 | 52 | F | 36 | 0 | 52 | 44 | 63 | 45 | 13 |
| Octal | 46 | 122 | 17 | 66 | 0 | 122 | 104 | 143 | 105 | 23 |
| Binary | 100110 | 1010010 | 1111 | 110110 | 0 | 1010010 | 1000100 | 1100011 | 1000101 | 10011 |
Color Harmonies of #26520F
Complementary color
Monochromatic Colors of #26520F
Black with #26520F
Text Example
Text Example
White with #26520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26520F; }
p { color: rgb(38,82,15); }
H1.HeaderClassName
{
color: #26520F;
}
.AnyTagClassName
{
color: #26520F;
}
</style>
background-color css
<style>
a { background-color: #26520F; }
a { background-color: rgb(38,82,15); }
div.DivClassName
{
background-color: #26520F;
}
.BgClassName
{
background-color: #26520F;
}
</style>
border-color css
<style>
span { border-color: #26520F; }
span { border-color: rgb(38,82,15); }
td.TdClassName
{
border-color: #26520F;
}
.TagClassName
{
border-color: #26520F;
}
</style>