Shades of Myrtle #265322
Tints of Myrtle #265322
RGB
CMYK
RGB Variations
Color information
#265322 (or 0x265322) is known color: Myrtle. HEX triplet: 26, 53 and 22. RGB value is (38,83,34). Sum of RGB (Red+Green+Blue) = 38+83+34=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #265322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265322 is #D9ACDD. Grayscale: #404040. Windows color (decimal): -14265566 or 2249510. OLE color: 2249510.
HSL color Cylindrical-coordinate representation of color #265322: hue angle of 115.1º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265322 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 34 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.67 |
| HSL | 115.1º | 0.42% | 0.23% | - |
| HSV(B) | 115.1º | 0.59% | 0.33% | - |
| XYZ | 4.18 | 6.71 | 2.59 | - |
| YUV | 63.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 34 | 0.54 | 0 | 0.59 | 0.67 | 115.1 | 0.42 | 0.23 |
| Hex | 26 | 53 | 22 | 36 | 0 | 3B | 43 | 73 | 2A | 17 |
| Octal | 46 | 123 | 42 | 66 | 0 | 73 | 103 | 163 | 52 | 27 |
| Binary | 100110 | 1010011 | 100010 | 110110 | 0 | 111011 | 1000011 | 1110011 | 101010 | 10111 |
Color Harmonies of #265322
Complementary color
Monochromatic Colors of #265322
Black with #265322
Text Example
Text Example
White with #265322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265322; }
p { color: rgb(38,83,34); }
H1.HeaderClassName
{
color: #265322;
}
.AnyTagClassName
{
color: #265322;
}
</style>
background-color css
<style>
a { background-color: #265322; }
a { background-color: rgb(38,83,34); }
div.DivClassName
{
background-color: #265322;
}
.BgClassName
{
background-color: #265322;
}
</style>
border-color css
<style>
span { border-color: #265322; }
span { border-color: rgb(38,83,34); }
td.TdClassName
{
border-color: #265322;
}
.TagClassName
{
border-color: #265322;
}
</style>