Shades of Myrtle #265B20
Tints of Myrtle #265B20
RGB
CMYK
RGB Variations
Color information
#265B20 (or 0x265B20) is known color: Myrtle. HEX triplet: 26, 5B and 20. RGB value is (38,91,32). Sum of RGB (Red+Green+Blue) = 38+91+32=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #265B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B20 is #D9A4DF. Grayscale: #444444. Windows color (decimal): -14263520 or 2120486. OLE color: 2120486.
HSL color Cylindrical-coordinate representation of color #265B20: hue angle of 113.9º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #265B20 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 32 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.64 |
| HSL | 113.9º | 0.48% | 0.24% | - |
| HSV(B) | 113.9º | 0.65% | 0.36% | - |
| XYZ | 4.8 | 8 | 2.66 | - |
| YUV | 68.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 32 | 0.58 | 0 | 0.65 | 0.64 | 113.9 | 0.48 | 0.24 |
| Hex | 26 | 5B | 20 | 3A | 0 | 41 | 40 | 72 | 30 | 18 |
| Octal | 46 | 133 | 40 | 72 | 0 | 101 | 100 | 162 | 60 | 30 |
| Binary | 100110 | 1011011 | 100000 | 111010 | 0 | 1000001 | 1000000 | 1110010 | 110000 | 11000 |
Color Harmonies of #265B20
Complementary color
Monochromatic Colors of #265B20
Black with #265B20
Text Example
Text Example
White with #265B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B20; }
p { color: rgb(38,91,32); }
H1.HeaderClassName
{
color: #265B20;
}
.AnyTagClassName
{
color: #265B20;
}
</style>
background-color css
<style>
a { background-color: #265B20; }
a { background-color: rgb(38,91,32); }
div.DivClassName
{
background-color: #265B20;
}
.BgClassName
{
background-color: #265B20;
}
</style>
border-color css
<style>
span { border-color: #265B20; }
span { border-color: rgb(38,91,32); }
td.TdClassName
{
border-color: #265B20;
}
.TagClassName
{
border-color: #265B20;
}
</style>