Shades of Myrtle #265017
Tints of Myrtle #265017
RGB
CMYK
RGB Variations
Color information
#265017 (or 0x265017) is known color: Myrtle. HEX triplet: 26, 50 and 17. RGB value is (38,80,23). Sum of RGB (Red+Green+Blue) = 38+80+23=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #265017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265017 is #D9AFE8. Grayscale: #3D3D3D. Windows color (decimal): -14266345 or 1527846. OLE color: 1527846.
HSL color Cylindrical-coordinate representation of color #265017: hue angle of 104.21º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265017 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 80 | 23 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.69 |
| HSL | 104.21º | 0.55% | 0.2% | - |
| HSV(B) | 104.21º | 0.71% | 0.31% | - |
| XYZ | 3.82 | 6.21 | 1.81 | - |
| YUV | 60.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 23 | 0.52 | 0 | 0.71 | 0.69 | 104.21 | 0.55 | 0.2 |
| Hex | 26 | 50 | 17 | 34 | 0 | 47 | 45 | 68 | 37 | 14 |
| Octal | 46 | 120 | 27 | 64 | 0 | 107 | 105 | 150 | 67 | 24 |
| Binary | 100110 | 1010000 | 10111 | 110100 | 0 | 1000111 | 1000101 | 1101000 | 110111 | 10100 |
Color Harmonies of #265017
Complementary color
Monochromatic Colors of #265017
Black with #265017
Text Example
Text Example
White with #265017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265017; }
p { color: rgb(38,80,23); }
H1.HeaderClassName
{
color: #265017;
}
.AnyTagClassName
{
color: #265017;
}
</style>
background-color css
<style>
a { background-color: #265017; }
a { background-color: rgb(38,80,23); }
div.DivClassName
{
background-color: #265017;
}
.BgClassName
{
background-color: #265017;
}
</style>
border-color css
<style>
span { border-color: #265017; }
span { border-color: rgb(38,80,23); }
td.TdClassName
{
border-color: #265017;
}
.TagClassName
{
border-color: #265017;
}
</style>