Shades of Myrtle #263025
Tints of Myrtle #263025
RGB
CMYK
RGB Variations
Color information
#263025 (or 0x263025) is known color: Myrtle. HEX triplet: 26, 30 and 25. RGB value is (38,48,37). Sum of RGB (Red+Green+Blue) = 38+48+37=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 48 - color contains mainly: green. Hex color #263025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263025 is #D9CFDA. Grayscale: #2B2B2B. Windows color (decimal): -14274523 or 2437158. OLE color: 2437158.
HSL color Cylindrical-coordinate representation of color #263025: hue angle of 114.55º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #263025 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 48 | 37 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.81 |
| HSL | 114.55º | 0.13% | 0.17% | - |
| HSV(B) | 114.55º | 0.23% | 0.19% | - |
| XYZ | 2.19 | 2.66 | 2.15 | - |
| YUV | 43.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 37 | 0.21 | 0 | 0.23 | 0.81 | 114.55 | 0.13 | 0.17 |
| Hex | 26 | 30 | 25 | 15 | 0 | 17 | 51 | 73 | D | 11 |
| Octal | 46 | 60 | 45 | 25 | 0 | 27 | 121 | 163 | 15 | 21 |
| Binary | 100110 | 110000 | 100101 | 10101 | 0 | 10111 | 1010001 | 1110011 | 1101 | 10001 |
Color Harmonies of #263025
Complementary color
Monochromatic Colors of #263025
Black with #263025
Text Example
Text Example
White with #263025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263025; }
p { color: rgb(38,48,37); }
H1.HeaderClassName
{
color: #263025;
}
.AnyTagClassName
{
color: #263025;
}
</style>
background-color css
<style>
a { background-color: #263025; }
a { background-color: rgb(38,48,37); }
div.DivClassName
{
background-color: #263025;
}
.BgClassName
{
background-color: #263025;
}
</style>
border-color css
<style>
span { border-color: #263025; }
span { border-color: rgb(38,48,37); }
td.TdClassName
{
border-color: #263025;
}
.TagClassName
{
border-color: #263025;
}
</style>