Shades of Elm #25807B
Tints of Elm #25807B
RGB
CMYK
RGB Variations
Color information
#25807B (or 0x25807B) is known color: Elm. HEX triplet: 25, 80 and 7B. RGB value is (37,128,123). Sum of RGB (Red+Green+Blue) = 37+128+123=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #25807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25807B is #DA7F84. Grayscale: #646464. Windows color (decimal): -14319493 or 8093733. OLE color: 8093733.
HSL color Cylindrical-coordinate representation of color #25807B: hue angle of 176.7º 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 #25807B is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 128 | 123 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.50 |
| HSL | 176.7º | 0.55% | 0.32% | - |
| HSV(B) | 176.7º | 0.71% | 0.5% | - |
| XYZ | 12.06 | 17.26 | 21.44 | - |
| YUV | 100.22 | 140.85 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 123 | 0.71 | 0 | 0.04 | 0.50 | 176.7 | 0.55 | 0.32 |
| Hex | 25 | 80 | 7B | 47 | 0 | 4 | 32 | B1 | 37 | 20 |
| Octal | 45 | 200 | 173 | 107 | 0 | 4 | 62 | 261 | 67 | 40 |
| Binary | 100101 | 10000000 | 1111011 | 1000111 | 0 | 100 | 110010 | 10110001 | 110111 | 100000 |
Color Harmonies of #25807B
Complementary color
Monochromatic Colors of #25807B
Black with #25807B
Text Example
Text Example
White with #25807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25807B; }
p { color: rgb(37,128,123); }
H1.HeaderClassName
{
color: #25807B;
}
.AnyTagClassName
{
color: #25807B;
}
</style>
background-color css
<style>
a { background-color: #25807B; }
a { background-color: rgb(37,128,123); }
div.DivClassName
{
background-color: #25807B;
}
.BgClassName
{
background-color: #25807B;
}
</style>
border-color css
<style>
span { border-color: #25807B; }
span { border-color: rgb(37,128,123); }
td.TdClassName
{
border-color: #25807B;
}
.TagClassName
{
border-color: #25807B;
}
</style>