Shades of Myrtle #265411
Tints of Myrtle #265411
RGB
CMYK
RGB Variations
Color information
#265411 (or 0x265411) is known color: Myrtle. HEX triplet: 26, 54 and 11. RGB value is (38,84,17). Sum of RGB (Red+Green+Blue) = 38+84+17=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #265411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265411 is #D9ABEE. Grayscale: #3E3E3E. Windows color (decimal): -14265327 or 1135654. OLE color: 1135654.
HSL color Cylindrical-coordinate representation of color #265411: hue angle of 101.19º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265411 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 17 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.67 |
| HSL | 101.19º | 0.66% | 0.2% | - |
| HSV(B) | 101.19º | 0.8% | 0.33% | - |
| XYZ | 4.07 | 6.79 | 1.63 | - |
| YUV | 62.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 17 | 0.55 | 0 | 0.80 | 0.67 | 101.19 | 0.66 | 0.2 |
| Hex | 26 | 54 | 11 | 37 | 0 | 50 | 43 | 65 | 42 | 14 |
| Octal | 46 | 124 | 21 | 67 | 0 | 120 | 103 | 145 | 102 | 24 |
| Binary | 100110 | 1010100 | 10001 | 110111 | 0 | 1010000 | 1000011 | 1100101 | 1000010 | 10100 |
Color Harmonies of #265411
Complementary color
Monochromatic Colors of #265411
Black with #265411
Text Example
Text Example
White with #265411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265411; }
p { color: rgb(38,84,17); }
H1.HeaderClassName
{
color: #265411;
}
.AnyTagClassName
{
color: #265411;
}
</style>
background-color css
<style>
a { background-color: #265411; }
a { background-color: rgb(38,84,17); }
div.DivClassName
{
background-color: #265411;
}
.BgClassName
{
background-color: #265411;
}
</style>
border-color css
<style>
span { border-color: #265411; }
span { border-color: rgb(38,84,17); }
td.TdClassName
{
border-color: #265411;
}
.TagClassName
{
border-color: #265411;
}
</style>