Shades of Myrtle #254512
Tints of Myrtle #254512
RGB
CMYK
RGB Variations
Color information
#254512 (or 0x254512) is known color: Myrtle. HEX triplet: 25, 45 and 12. RGB value is (37,69,18). Sum of RGB (Red+Green+Blue) = 37+69+18=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #254512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254512 is #DABAED. Grayscale: #353535. Windows color (decimal): -14334702 or 1197349. OLE color: 1197349.
HSL color Cylindrical-coordinate representation of color #254512: hue angle of 97.65º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254512 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 69 | 18 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.73 |
| HSL | 97.65º | 0.59% | 0.17% | - |
| HSV(B) | 97.65º | 0.74% | 0.27% | - |
| XYZ | 3 | 4.69 | 1.32 | - |
| YUV | 53.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 18 | 0.46 | 0 | 0.74 | 0.73 | 97.65 | 0.59 | 0.17 |
| Hex | 25 | 45 | 12 | 2E | 0 | 4A | 49 | 62 | 3B | 11 |
| Octal | 45 | 105 | 22 | 56 | 0 | 112 | 111 | 142 | 73 | 21 |
| Binary | 100101 | 1000101 | 10010 | 101110 | 0 | 1001010 | 1001001 | 1100010 | 111011 | 10001 |
Color Harmonies of #254512
Complementary color
Monochromatic Colors of #254512
Black with #254512
Text Example
Text Example
White with #254512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254512; }
p { color: rgb(37,69,18); }
H1.HeaderClassName
{
color: #254512;
}
.AnyTagClassName
{
color: #254512;
}
</style>
background-color css
<style>
a { background-color: #254512; }
a { background-color: rgb(37,69,18); }
div.DivClassName
{
background-color: #254512;
}
.BgClassName
{
background-color: #254512;
}
</style>
border-color css
<style>
span { border-color: #254512; }
span { border-color: rgb(37,69,18); }
td.TdClassName
{
border-color: #254512;
}
.TagClassName
{
border-color: #254512;
}
</style>