Shades of Myrtle #254525
Tints of Myrtle #254525
RGB
CMYK
RGB Variations
Color information
#254525 (or 0x254525) is known color: Myrtle. HEX triplet: 25, 45 and 25. RGB value is (37,69,37). Sum of RGB (Red+Green+Blue) = 37+69+37=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #254525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254525 is #DABADA. Grayscale: #373737. Windows color (decimal): -14334683 or 2442533. OLE color: 2442533.
HSL color Cylindrical-coordinate representation of color #254525: hue angle of 120º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254525 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 69 | 37 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.73 |
| HSL | 120º | 0.3% | 0.21% | - |
| HSV(B) | 120º | 0.46% | 0.27% | - |
| XYZ | 3.23 | 4.78 | 2.5 | - |
| YUV | 55.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 37 | 0.46 | 0 | 0.46 | 0.73 | 120 | 0.3 | 0.21 |
| Hex | 25 | 45 | 25 | 2E | 0 | 2E | 49 | 78 | 1E | 15 |
| Octal | 45 | 105 | 45 | 56 | 0 | 56 | 111 | 170 | 36 | 25 |
| Binary | 100101 | 1000101 | 100101 | 101110 | 0 | 101110 | 1001001 | 1111000 | 11110 | 10101 |
Color Harmonies of #254525
Complementary color
Monochromatic Colors of #254525
Black with #254525
Text Example
Text Example
White with #254525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254525; }
p { color: rgb(37,69,37); }
H1.HeaderClassName
{
color: #254525;
}
.AnyTagClassName
{
color: #254525;
}
</style>
background-color css
<style>
a { background-color: #254525; }
a { background-color: rgb(37,69,37); }
div.DivClassName
{
background-color: #254525;
}
.BgClassName
{
background-color: #254525;
}
</style>
border-color css
<style>
span { border-color: #254525; }
span { border-color: rgb(37,69,37); }
td.TdClassName
{
border-color: #254525;
}
.TagClassName
{
border-color: #254525;
}
</style>