Shades of Myrtle #265425
Tints of Myrtle #265425
RGB
CMYK
RGB Variations
Color information
#265425 (or 0x265425) is known color: Myrtle. HEX triplet: 26, 54 and 25. RGB value is (38,84,37). Sum of RGB (Red+Green+Blue) = 38+84+37=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #265425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265425 is #D9ABDA. Grayscale: #414141. Windows color (decimal): -14265307 or 2446374. OLE color: 2446374.
HSL color Cylindrical-coordinate representation of color #265425: hue angle of 118.72º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #265425 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 37 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.67 |
| HSL | 118.72º | 0.39% | 0.24% | - |
| HSV(B) | 118.72º | 0.56% | 0.33% | - |
| XYZ | 4.3 | 6.89 | 2.85 | - |
| YUV | 64.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 37 | 0.55 | 0 | 0.56 | 0.67 | 118.72 | 0.39 | 0.24 |
| Hex | 26 | 54 | 25 | 37 | 0 | 38 | 43 | 77 | 27 | 18 |
| Octal | 46 | 124 | 45 | 67 | 0 | 70 | 103 | 167 | 47 | 30 |
| Binary | 100110 | 1010100 | 100101 | 110111 | 0 | 111000 | 1000011 | 1110111 | 100111 | 11000 |
Color Harmonies of #265425
Complementary color
Monochromatic Colors of #265425
Black with #265425
Text Example
Text Example
White with #265425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265425; }
p { color: rgb(38,84,37); }
H1.HeaderClassName
{
color: #265425;
}
.AnyTagClassName
{
color: #265425;
}
</style>
background-color css
<style>
a { background-color: #265425; }
a { background-color: rgb(38,84,37); }
div.DivClassName
{
background-color: #265425;
}
.BgClassName
{
background-color: #265425;
}
</style>
border-color css
<style>
span { border-color: #265425; }
span { border-color: rgb(38,84,37); }
td.TdClassName
{
border-color: #265425;
}
.TagClassName
{
border-color: #265425;
}
</style>