Shades of Elm #257F74
Tints of Elm #257F74
RGB
CMYK
RGB Variations
Color information
#257F74 (or 0x257F74) is known color: Elm. HEX triplet: 25, 7F and 74. RGB value is (37,127,116). Sum of RGB (Red+Green+Blue) = 37+127+116=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #257F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F74 is #DA808B. Grayscale: #626262. Windows color (decimal): -14319756 or 7634725. OLE color: 7634725.
HSL color Cylindrical-coordinate representation of color #257F74: hue angle of 172.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F74 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 116 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.50 |
| HSL | 172.67º | 0.55% | 0.32% | - |
| HSV(B) | 172.67º | 0.71% | 0.5% | - |
| XYZ | 11.5 | 16.83 | 19.17 | - |
| YUV | 98.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 116 | 0.71 | 0 | 0.09 | 0.50 | 172.67 | 0.55 | 0.32 |
| Hex | 25 | 7F | 74 | 47 | 0 | 9 | 32 | AD | 37 | 20 |
| Octal | 45 | 177 | 164 | 107 | 0 | 11 | 62 | 255 | 67 | 40 |
| Binary | 100101 | 1111111 | 1110100 | 1000111 | 0 | 1001 | 110010 | 10101101 | 110111 | 100000 |
Color Harmonies of #257F74
Complementary color
Monochromatic Colors of #257F74
Black with #257F74
Text Example
Text Example
White with #257F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F74; }
p { color: rgb(37,127,116); }
H1.HeaderClassName
{
color: #257F74;
}
.AnyTagClassName
{
color: #257F74;
}
</style>
background-color css
<style>
a { background-color: #257F74; }
a { background-color: rgb(37,127,116); }
div.DivClassName
{
background-color: #257F74;
}
.BgClassName
{
background-color: #257F74;
}
</style>
border-color css
<style>
span { border-color: #257F74; }
span { border-color: rgb(37,127,116); }
td.TdClassName
{
border-color: #257F74;
}
.TagClassName
{
border-color: #257F74;
}
</style>