Shades of Myrtle #254420
Tints of Myrtle #254420
RGB
CMYK
RGB Variations
Color information
#254420 (or 0x254420) is known color: Myrtle. HEX triplet: 25, 44 and 20. RGB value is (37,68,32). Sum of RGB (Red+Green+Blue) = 37+68+32=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #254420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254420 is #DABBDF. Grayscale: #363636. Windows color (decimal): -14334944 or 2114597. OLE color: 2114597.
HSL color Cylindrical-coordinate representation of color #254420: hue angle of 111.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254420 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 68 | 32 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.73 |
| HSL | 111.67º | 0.36% | 0.2% | - |
| HSV(B) | 111.67º | 0.53% | 0.27% | - |
| XYZ | 3.09 | 4.63 | 2.1 | - |
| YUV | 54.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 32 | 0.46 | 0 | 0.53 | 0.73 | 111.67 | 0.36 | 0.2 |
| Hex | 25 | 44 | 20 | 2E | 0 | 35 | 49 | 70 | 24 | 14 |
| Octal | 45 | 104 | 40 | 56 | 0 | 65 | 111 | 160 | 44 | 24 |
| Binary | 100101 | 1000100 | 100000 | 101110 | 0 | 110101 | 1001001 | 1110000 | 100100 | 10100 |
Color Harmonies of #254420
Complementary color
Monochromatic Colors of #254420
Black with #254420
Text Example
Text Example
White with #254420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254420; }
p { color: rgb(37,68,32); }
H1.HeaderClassName
{
color: #254420;
}
.AnyTagClassName
{
color: #254420;
}
</style>
background-color css
<style>
a { background-color: #254420; }
a { background-color: rgb(37,68,32); }
div.DivClassName
{
background-color: #254420;
}
.BgClassName
{
background-color: #254420;
}
</style>
border-color css
<style>
span { border-color: #254420; }
span { border-color: rgb(37,68,32); }
td.TdClassName
{
border-color: #254420;
}
.TagClassName
{
border-color: #254420;
}
</style>