Shades of Elm #1C716E
Tints of Elm #1C716E
RGB
CMYK
RGB Variations
Color information
#1C716E (or 0x1C716E) is known color: Elm. HEX triplet: 1C, 71 and 6E. RGB value is (28,113,110). Sum of RGB (Red+Green+Blue) = 28+113+110=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #1C716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C716E is #E38E91. Grayscale: #575757. Windows color (decimal): -14913170 or 7237916. OLE color: 7237916.
HSL color Cylindrical-coordinate representation of color #1C716E: hue angle of 177.88º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C716E is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 113 | 110 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.56 |
| HSL | 177.88º | 0.6% | 0.28% | - |
| HSV(B) | 177.88º | 0.75% | 0.44% | - |
| XYZ | 9.2 | 13.18 | 16.81 | - |
| YUV | 87.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 110 | 0.75 | 0 | 0.03 | 0.56 | 177.88 | 0.6 | 0.28 |
| Hex | 1C | 71 | 6E | 4B | 0 | 3 | 38 | B2 | 3C | 1C |
| Octal | 34 | 161 | 156 | 113 | 0 | 3 | 70 | 262 | 74 | 34 |
| Binary | 11100 | 1110001 | 1101110 | 1001011 | 0 | 11 | 111000 | 10110010 | 111100 | 11100 |
Color Harmonies of #1C716E
Complementary color
Monochromatic Colors of #1C716E
Black with #1C716E
Text Example
Text Example
White with #1C716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C716E; }
p { color: rgb(28,113,110); }
H1.HeaderClassName
{
color: #1C716E;
}
.AnyTagClassName
{
color: #1C716E;
}
</style>
background-color css
<style>
a { background-color: #1C716E; }
a { background-color: rgb(28,113,110); }
div.DivClassName
{
background-color: #1C716E;
}
.BgClassName
{
background-color: #1C716E;
}
</style>
border-color css
<style>
span { border-color: #1C716E; }
span { border-color: rgb(28,113,110); }
td.TdClassName
{
border-color: #1C716E;
}
.TagClassName
{
border-color: #1C716E;
}
</style>