Shades of Myrtle #254514
Tints of Myrtle #254514
RGB
CMYK
RGB Variations
Color information
#254514 (or 0x254514) is known color: Myrtle. HEX triplet: 25, 45 and 14. RGB value is (37,69,20). Sum of RGB (Red+Green+Blue) = 37+69+20=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #254514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254514 is #DABAEB. Grayscale: #363636. Windows color (decimal): -14334700 or 1328421. OLE color: 1328421.
HSL color Cylindrical-coordinate representation of color #254514: hue angle of 99.18º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254514 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 69 | 20 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.73 |
| HSL | 99.18º | 0.55% | 0.17% | - |
| HSV(B) | 99.18º | 0.71% | 0.27% | - |
| XYZ | 3.02 | 4.7 | 1.41 | - |
| YUV | 53.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 20 | 0.46 | 0 | 0.71 | 0.73 | 99.18 | 0.55 | 0.17 |
| Hex | 25 | 45 | 14 | 2E | 0 | 47 | 49 | 63 | 37 | 11 |
| Octal | 45 | 105 | 24 | 56 | 0 | 107 | 111 | 143 | 67 | 21 |
| Binary | 100101 | 1000101 | 10100 | 101110 | 0 | 1000111 | 1001001 | 1100011 | 110111 | 10001 |
Color Harmonies of #254514
Complementary color
Monochromatic Colors of #254514
Black with #254514
Text Example
Text Example
White with #254514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254514; }
p { color: rgb(37,69,20); }
H1.HeaderClassName
{
color: #254514;
}
.AnyTagClassName
{
color: #254514;
}
</style>
background-color css
<style>
a { background-color: #254514; }
a { background-color: rgb(37,69,20); }
div.DivClassName
{
background-color: #254514;
}
.BgClassName
{
background-color: #254514;
}
</style>
border-color css
<style>
span { border-color: #254514; }
span { border-color: rgb(37,69,20); }
td.TdClassName
{
border-color: #254514;
}
.TagClassName
{
border-color: #254514;
}
</style>