Shades of Myrtle #254220
Tints of Myrtle #254220
RGB
CMYK
RGB Variations
Color information
#254220 (or 0x254220) is known color: Myrtle. HEX triplet: 25, 42 and 20. RGB value is (37,66,32). Sum of RGB (Red+Green+Blue) = 37+66+32=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #254220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254220 is #DABDDF. Grayscale: #353535. Windows color (decimal): -14335456 or 2114085. OLE color: 2114085.
HSL color Cylindrical-coordinate representation of color #254220: hue angle of 111.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254220 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 32 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.74 |
| HSL | 111.18º | 0.35% | 0.19% | - |
| HSV(B) | 111.18º | 0.52% | 0.26% | - |
| XYZ | 2.97 | 4.39 | 2.06 | - |
| YUV | 53.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 32 | 0.44 | 0 | 0.52 | 0.74 | 111.18 | 0.35 | 0.19 |
| Hex | 25 | 42 | 20 | 2C | 0 | 34 | 4A | 6F | 23 | 13 |
| Octal | 45 | 102 | 40 | 54 | 0 | 64 | 112 | 157 | 43 | 23 |
| Binary | 100101 | 1000010 | 100000 | 101100 | 0 | 110100 | 1001010 | 1101111 | 100011 | 10011 |
Color Harmonies of #254220
Complementary color
Monochromatic Colors of #254220
Black with #254220
Text Example
Text Example
White with #254220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254220; }
p { color: rgb(37,66,32); }
H1.HeaderClassName
{
color: #254220;
}
.AnyTagClassName
{
color: #254220;
}
</style>
background-color css
<style>
a { background-color: #254220; }
a { background-color: rgb(37,66,32); }
div.DivClassName
{
background-color: #254220;
}
.BgClassName
{
background-color: #254220;
}
</style>
border-color css
<style>
span { border-color: #254220; }
span { border-color: rgb(37,66,32); }
td.TdClassName
{
border-color: #254220;
}
.TagClassName
{
border-color: #254220;
}
</style>