Shades of Myrtle #254520
Tints of Myrtle #254520
RGB
CMYK
RGB Variations
Color information
#254520 (or 0x254520) is known color: Myrtle. HEX triplet: 25, 45 and 20. RGB value is (37,69,32). Sum of RGB (Red+Green+Blue) = 37+69+32=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #254520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254520 is #DABADF. Grayscale: #373737. Windows color (decimal): -14334688 or 2114853. OLE color: 2114853.
HSL color Cylindrical-coordinate representation of color #254520: hue angle of 111.89º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #254520 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 69 | 32 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.73 |
| HSL | 111.89º | 0.37% | 0.2% | - |
| HSV(B) | 111.89º | 0.54% | 0.27% | - |
| XYZ | 3.15 | 4.75 | 2.12 | - |
| YUV | 55.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 32 | 0.46 | 0 | 0.54 | 0.73 | 111.89 | 0.37 | 0.2 |
| Hex | 25 | 45 | 20 | 2E | 0 | 36 | 49 | 70 | 25 | 14 |
| Octal | 45 | 105 | 40 | 56 | 0 | 66 | 111 | 160 | 45 | 24 |
| Binary | 100101 | 1000101 | 100000 | 101110 | 0 | 110110 | 1001001 | 1110000 | 100101 | 10100 |
Color Harmonies of #254520
Complementary color
Monochromatic Colors of #254520
Black with #254520
Text Example
Text Example
White with #254520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254520; }
p { color: rgb(37,69,32); }
H1.HeaderClassName
{
color: #254520;
}
.AnyTagClassName
{
color: #254520;
}
</style>
background-color css
<style>
a { background-color: #254520; }
a { background-color: rgb(37,69,32); }
div.DivClassName
{
background-color: #254520;
}
.BgClassName
{
background-color: #254520;
}
</style>
border-color css
<style>
span { border-color: #254520; }
span { border-color: rgb(37,69,32); }
td.TdClassName
{
border-color: #254520;
}
.TagClassName
{
border-color: #254520;
}
</style>