Shades of Elm #257775
Tints of Elm #257775
RGB
CMYK
RGB Variations
Color information
#257775 (or 0x257775) is known color: Elm. HEX triplet: 25, 77 and 75. RGB value is (37,119,117). Sum of RGB (Red+Green+Blue) = 37+119+117=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #257775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257775 is #DA888A. Grayscale: #5E5E5E. Windows color (decimal): -14321803 or 7698213. OLE color: 7698213.
HSL color Cylindrical-coordinate representation of color #257775: hue angle of 178.54º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257775 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 119 | 117 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.53 |
| HSL | 178.54º | 0.53% | 0.31% | - |
| HSV(B) | 178.54º | 0.69% | 0.47% | - |
| XYZ | 10.57 | 14.87 | 19.14 | - |
| YUV | 94.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 117 | 0.69 | 0 | 0.02 | 0.53 | 178.54 | 0.53 | 0.31 |
| Hex | 25 | 77 | 75 | 45 | 0 | 2 | 35 | B3 | 35 | 1F |
| Octal | 45 | 167 | 165 | 105 | 0 | 2 | 65 | 263 | 65 | 37 |
| Binary | 100101 | 1110111 | 1110101 | 1000101 | 0 | 10 | 110101 | 10110011 | 110101 | 11111 |
Color Harmonies of #257775
Complementary color
Monochromatic Colors of #257775
Black with #257775
Text Example
Text Example
White with #257775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257775; }
p { color: rgb(37,119,117); }
H1.HeaderClassName
{
color: #257775;
}
.AnyTagClassName
{
color: #257775;
}
</style>
background-color css
<style>
a { background-color: #257775; }
a { background-color: rgb(37,119,117); }
div.DivClassName
{
background-color: #257775;
}
.BgClassName
{
background-color: #257775;
}
</style>
border-color css
<style>
span { border-color: #257775; }
span { border-color: rgb(37,119,117); }
td.TdClassName
{
border-color: #257775;
}
.TagClassName
{
border-color: #257775;
}
</style>