Shades of Elm #257572
Tints of Elm #257572
RGB
CMYK
RGB Variations
Color information
#257572 (or 0x257572) is known color: Elm. HEX triplet: 25, 75 and 72. RGB value is (37,117,114). Sum of RGB (Red+Green+Blue) = 37+117+114=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #257572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257572 is #DA8A8D. Grayscale: #5C5C5C. Windows color (decimal): -14322318 or 7501093. OLE color: 7501093.
HSL color Cylindrical-coordinate representation of color #257572: hue angle of 177.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257572 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 117 | 114 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.54 |
| HSL | 177.75º | 0.52% | 0.3% | - |
| HSV(B) | 177.75º | 0.68% | 0.46% | - |
| XYZ | 10.16 | 14.33 | 18.15 | - |
| YUV | 92.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 114 | 0.68 | 0 | 0.03 | 0.54 | 177.75 | 0.52 | 0.3 |
| Hex | 25 | 75 | 72 | 44 | 0 | 3 | 36 | B2 | 34 | 1E |
| Octal | 45 | 165 | 162 | 104 | 0 | 3 | 66 | 262 | 64 | 36 |
| Binary | 100101 | 1110101 | 1110010 | 1000100 | 0 | 11 | 110110 | 10110010 | 110100 | 11110 |
Color Harmonies of #257572
Complementary color
Monochromatic Colors of #257572
Black with #257572
Text Example
Text Example
White with #257572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257572; }
p { color: rgb(37,117,114); }
H1.HeaderClassName
{
color: #257572;
}
.AnyTagClassName
{
color: #257572;
}
</style>
background-color css
<style>
a { background-color: #257572; }
a { background-color: rgb(37,117,114); }
div.DivClassName
{
background-color: #257572;
}
.BgClassName
{
background-color: #257572;
}
</style>
border-color css
<style>
span { border-color: #257572; }
span { border-color: rgb(37,117,114); }
td.TdClassName
{
border-color: #257572;
}
.TagClassName
{
border-color: #257572;
}
</style>