Shades of Myrtle #265116
Tints of Myrtle #265116
RGB
CMYK
RGB Variations
Color information
#265116 (or 0x265116) is known color: Myrtle. HEX triplet: 26, 51 and 16. RGB value is (38,81,22). Sum of RGB (Red+Green+Blue) = 38+81+22=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #265116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265116 is #D9AEE9. Grayscale: #3D3D3D. Windows color (decimal): -14266090 or 1462566. OLE color: 1462566.
HSL color Cylindrical-coordinate representation of color #265116: hue angle of 103.73º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #265116 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 22 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.68 |
| HSL | 103.73º | 0.57% | 0.2% | - |
| HSV(B) | 103.73º | 0.73% | 0.32% | - |
| XYZ | 3.89 | 6.35 | 1.78 | - |
| YUV | 61.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 22 | 0.53 | 0 | 0.73 | 0.68 | 103.73 | 0.57 | 0.2 |
| Hex | 26 | 51 | 16 | 35 | 0 | 49 | 44 | 68 | 39 | 14 |
| Octal | 46 | 121 | 26 | 65 | 0 | 111 | 104 | 150 | 71 | 24 |
| Binary | 100110 | 1010001 | 10110 | 110101 | 0 | 1001001 | 1000100 | 1101000 | 111001 | 10100 |
Color Harmonies of #265116
Complementary color
Monochromatic Colors of #265116
Black with #265116
Text Example
Text Example
White with #265116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265116; }
p { color: rgb(38,81,22); }
H1.HeaderClassName
{
color: #265116;
}
.AnyTagClassName
{
color: #265116;
}
</style>
background-color css
<style>
a { background-color: #265116; }
a { background-color: rgb(38,81,22); }
div.DivClassName
{
background-color: #265116;
}
.BgClassName
{
background-color: #265116;
}
</style>
border-color css
<style>
span { border-color: #265116; }
span { border-color: rgb(38,81,22); }
td.TdClassName
{
border-color: #265116;
}
.TagClassName
{
border-color: #265116;
}
</style>