Shades of Myrtle #254022
Tints of Myrtle #254022
RGB
CMYK
RGB Variations
Color information
#254022 (or 0x254022) is known color: Myrtle. HEX triplet: 25, 40 and 22. RGB value is (37,64,34). Sum of RGB (Red+Green+Blue) = 37+64+34=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #254022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254022 is #DABFDD. Grayscale: #343434. Windows color (decimal): -14335966 or 2244645. OLE color: 2244645.
HSL color Cylindrical-coordinate representation of color #254022: hue angle of 114º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #254022 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 64 | 34 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.75 |
| HSL | 114º | 0.31% | 0.19% | - |
| HSV(B) | 114º | 0.47% | 0.25% | - |
| XYZ | 2.89 | 4.18 | 2.17 | - |
| YUV | 52.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 34 | 0.42 | 0 | 0.47 | 0.75 | 114 | 0.31 | 0.19 |
| Hex | 25 | 40 | 22 | 2A | 0 | 2F | 4B | 72 | 1F | 13 |
| Octal | 45 | 100 | 42 | 52 | 0 | 57 | 113 | 162 | 37 | 23 |
| Binary | 100101 | 1000000 | 100010 | 101010 | 0 | 101111 | 1001011 | 1110010 | 11111 | 10011 |
Color Harmonies of #254022
Complementary color
Monochromatic Colors of #254022
Black with #254022
Text Example
Text Example
White with #254022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254022; }
p { color: rgb(37,64,34); }
H1.HeaderClassName
{
color: #254022;
}
.AnyTagClassName
{
color: #254022;
}
</style>
background-color css
<style>
a { background-color: #254022; }
a { background-color: rgb(37,64,34); }
div.DivClassName
{
background-color: #254022;
}
.BgClassName
{
background-color: #254022;
}
</style>
border-color css
<style>
span { border-color: #254022; }
span { border-color: rgb(37,64,34); }
td.TdClassName
{
border-color: #254022;
}
.TagClassName
{
border-color: #254022;
}
</style>