Shades of Elm #258778
Tints of Elm #258778
RGB
CMYK
RGB Variations
Color information
#258778 (or 0x258778) is known color: Elm. HEX triplet: 25, 87 and 78. RGB value is (37,135,120). Sum of RGB (Red+Green+Blue) = 37+135+120=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #258778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258778 is #DA7887. Grayscale: #676767. Windows color (decimal): -14317704 or 7898917. OLE color: 7898917.
HSL color Cylindrical-coordinate representation of color #258778: hue angle of 170.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258778 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 135 | 120 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.47 |
| HSL | 170.82º | 0.57% | 0.34% | - |
| HSV(B) | 170.82º | 0.73% | 0.53% | - |
| XYZ | 12.82 | 19.08 | 20.78 | - |
| YUV | 103.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 120 | 0.73 | 0 | 0.11 | 0.47 | 170.82 | 0.57 | 0.34 |
| Hex | 25 | 87 | 78 | 49 | 0 | B | 2F | AB | 39 | 22 |
| Octal | 45 | 207 | 170 | 111 | 0 | 13 | 57 | 253 | 71 | 42 |
| Binary | 100101 | 10000111 | 1111000 | 1001001 | 0 | 1011 | 101111 | 10101011 | 111001 | 100010 |
Color Harmonies of #258778
Complementary color
Monochromatic Colors of #258778
Black with #258778
Text Example
Text Example
White with #258778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258778; }
p { color: rgb(37,135,120); }
H1.HeaderClassName
{
color: #258778;
}
.AnyTagClassName
{
color: #258778;
}
</style>
background-color css
<style>
a { background-color: #258778; }
a { background-color: rgb(37,135,120); }
div.DivClassName
{
background-color: #258778;
}
.BgClassName
{
background-color: #258778;
}
</style>
border-color css
<style>
span { border-color: #258778; }
span { border-color: rgb(37,135,120); }
td.TdClassName
{
border-color: #258778;
}
.TagClassName
{
border-color: #258778;
}
</style>