Shades of Myrtle #265319
Tints of Myrtle #265319
RGB
CMYK
RGB Variations
Color information
#265319 (or 0x265319) is known color: Myrtle. HEX triplet: 26, 53 and 19. RGB value is (38,83,25). Sum of RGB (Red+Green+Blue) = 38+83+25=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #265319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265319 is #D9ACE6. Grayscale: #3F3F3F. Windows color (decimal): -14265575 or 1659686. OLE color: 1659686.
HSL color Cylindrical-coordinate representation of color #265319: hue angle of 106.55º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #265319 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 25 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.67 |
| HSL | 106.55º | 0.54% | 0.21% | - |
| HSV(B) | 106.55º | 0.7% | 0.33% | - |
| XYZ | 4.07 | 6.67 | 1.99 | - |
| YUV | 62.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 25 | 0.54 | 0 | 0.70 | 0.67 | 106.55 | 0.54 | 0.21 |
| Hex | 26 | 53 | 19 | 36 | 0 | 46 | 43 | 6B | 36 | 15 |
| Octal | 46 | 123 | 31 | 66 | 0 | 106 | 103 | 153 | 66 | 25 |
| Binary | 100110 | 1010011 | 11001 | 110110 | 0 | 1000110 | 1000011 | 1101011 | 110110 | 10101 |
Color Harmonies of #265319
Complementary color
Monochromatic Colors of #265319
Black with #265319
Text Example
Text Example
White with #265319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265319; }
p { color: rgb(38,83,25); }
H1.HeaderClassName
{
color: #265319;
}
.AnyTagClassName
{
color: #265319;
}
</style>
background-color css
<style>
a { background-color: #265319; }
a { background-color: rgb(38,83,25); }
div.DivClassName
{
background-color: #265319;
}
.BgClassName
{
background-color: #265319;
}
</style>
border-color css
<style>
span { border-color: #265319; }
span { border-color: rgb(38,83,25); }
td.TdClassName
{
border-color: #265319;
}
.TagClassName
{
border-color: #265319;
}
</style>