Shades of Myrtle #265D0F
Tints of Myrtle #265D0F
RGB
CMYK
RGB Variations
Color information
#265D0F (or 0x265D0F) is known color: Myrtle. HEX triplet: 26, 5D and 0F. RGB value is (38,93,15). Sum of RGB (Red+Green+Blue) = 38+93+15=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 93 (36.72% from 255 or 63.70% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 93 - color contains mainly: green. Hex color #265D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265D0F is #D9A2F0. Grayscale: #434343. Windows color (decimal): -14263025 or 1006886. OLE color: 1006886.
HSL color Cylindrical-coordinate representation of color #265D0F: hue angle of 102.31º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265D0F is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 15 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.64 |
| HSL | 102.31º | 0.72% | 0.21% | - |
| HSV(B) | 102.31º | 0.84% | 0.36% | - |
| XYZ | 4.8 | 8.28 | 1.8 | - |
| YUV | 67.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 15 | 0.59 | 0 | 0.84 | 0.64 | 102.31 | 0.72 | 0.21 |
| Hex | 26 | 5D | F | 3B | 0 | 54 | 40 | 66 | 48 | 15 |
| Octal | 46 | 135 | 17 | 73 | 0 | 124 | 100 | 146 | 110 | 25 |
| Binary | 100110 | 1011101 | 1111 | 111011 | 0 | 1010100 | 1000000 | 1100110 | 1001000 | 10101 |
Color Harmonies of #265D0F
Complementary color
Monochromatic Colors of #265D0F
Black with #265D0F
Text Example
Text Example
White with #265D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D0F; }
p { color: rgb(38,93,15); }
H1.HeaderClassName
{
color: #265D0F;
}
.AnyTagClassName
{
color: #265D0F;
}
</style>
background-color css
<style>
a { background-color: #265D0F; }
a { background-color: rgb(38,93,15); }
div.DivClassName
{
background-color: #265D0F;
}
.BgClassName
{
background-color: #265D0F;
}
</style>
border-color css
<style>
span { border-color: #265D0F; }
span { border-color: rgb(38,93,15); }
td.TdClassName
{
border-color: #265D0F;
}
.TagClassName
{
border-color: #265D0F;
}
</style>