Shades of Elm #258277
Tints of Elm #258277
RGB
CMYK
RGB Variations
Color information
#258277 (or 0x258277) is known color: Elm. HEX triplet: 25, 82 and 77. RGB value is (37,130,119). Sum of RGB (Red+Green+Blue) = 37+130+119=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #258277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258277 is #DA7D88. Grayscale: #646464. Windows color (decimal): -14318985 or 7832101. OLE color: 7832101.
HSL color Cylindrical-coordinate representation of color #258277: hue angle of 172.9º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258277 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 119 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.49 |
| HSL | 172.9º | 0.56% | 0.33% | - |
| HSV(B) | 172.9º | 0.72% | 0.51% | - |
| XYZ | 12.08 | 17.69 | 20.23 | - |
| YUV | 100.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 119 | 0.72 | 0 | 0.08 | 0.49 | 172.9 | 0.56 | 0.33 |
| Hex | 25 | 82 | 77 | 48 | 0 | 8 | 31 | AD | 38 | 21 |
| Octal | 45 | 202 | 167 | 110 | 0 | 10 | 61 | 255 | 70 | 41 |
| Binary | 100101 | 10000010 | 1110111 | 1001000 | 0 | 1000 | 110001 | 10101101 | 111000 | 100001 |
Color Harmonies of #258277
Complementary color
Monochromatic Colors of #258277
Black with #258277
Text Example
Text Example
White with #258277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258277; }
p { color: rgb(37,130,119); }
H1.HeaderClassName
{
color: #258277;
}
.AnyTagClassName
{
color: #258277;
}
</style>
background-color css
<style>
a { background-color: #258277; }
a { background-color: rgb(37,130,119); }
div.DivClassName
{
background-color: #258277;
}
.BgClassName
{
background-color: #258277;
}
</style>
border-color css
<style>
span { border-color: #258277; }
span { border-color: rgb(37,130,119); }
td.TdClassName
{
border-color: #258277;
}
.TagClassName
{
border-color: #258277;
}
</style>