Shades of Elm #197274
Tints of Elm #197274
RGB
CMYK
RGB Variations
Color information
#197274 (or 0x197274) is known color: Elm. HEX triplet: 19, 72 and 74. RGB value is (25,114,116). Sum of RGB (Red+Green+Blue) = 25+114+116=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #197274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197274 is #E68D8B. Grayscale: #575757. Windows color (decimal): -15109516 or 7631385. OLE color: 7631385.
HSL color Cylindrical-coordinate representation of color #197274: hue angle of 181.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197274 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 116 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.55 |
| HSL | 181.32º | 0.65% | 0.28% | - |
| HSV(B) | 181.32º | 0.78% | 0.45% | - |
| XYZ | 9.57 | 13.5 | 18.62 | - |
| YUV | 87.62 | 144.01 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 116 | 0.78 | 0.02 | 0 | 0.55 | 181.32 | 0.65 | 0.28 |
| Hex | 19 | 72 | 74 | 4E | 2 | 0 | 37 | B5 | 41 | 1C |
| Octal | 31 | 162 | 164 | 116 | 2 | 0 | 67 | 265 | 101 | 34 |
| Binary | 11001 | 1110010 | 1110100 | 1001110 | 10 | 0 | 110111 | 10110101 | 1000001 | 11100 |
Color Harmonies of #197274
Complementary color
Monochromatic Colors of #197274
Black with #197274
Text Example
Text Example
White with #197274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197274; }
p { color: rgb(25,114,116); }
H1.HeaderClassName
{
color: #197274;
}
.AnyTagClassName
{
color: #197274;
}
</style>
background-color css
<style>
a { background-color: #197274; }
a { background-color: rgb(25,114,116); }
div.DivClassName
{
background-color: #197274;
}
.BgClassName
{
background-color: #197274;
}
</style>
border-color css
<style>
span { border-color: #197274; }
span { border-color: rgb(25,114,116); }
td.TdClassName
{
border-color: #197274;
}
.TagClassName
{
border-color: #197274;
}
</style>