Shades of Elm #1A7474
Tints of Elm #1A7474
RGB
CMYK
RGB Variations
Color information
#1A7474 (or 0x1A7474) is known color: Elm. HEX triplet: 1A, 74 and 74. RGB value is (26,116,116). Sum of RGB (Red+Green+Blue) = 26+116+116=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #1A7474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7474 is #E58B8B. Grayscale: #595959. Windows color (decimal): -15043468 or 7631898. OLE color: 7631898.
HSL color Cylindrical-coordinate representation of color #1A7474: hue angle of 180º degrees, saturation: 0.63, 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 #1A7474 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 116 | - |
| CMYK | 0.78 | 0 | 0 | 0.55 |
| HSL | 180º | 0.63% | 0.28% | - |
| HSV(B) | 180º | 0.78% | 0.45% | - |
| XYZ | 9.82 | 13.97 | 18.7 | - |
| YUV | 89.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 116 | 0.78 | 0 | 0 | 0.55 | 180 | 0.63 | 0.28 |
| Hex | 1A | 74 | 74 | 4E | 0 | 0 | 37 | B4 | 3F | 1C |
| Octal | 32 | 164 | 164 | 116 | 0 | 0 | 67 | 264 | 77 | 34 |
| Binary | 11010 | 1110100 | 1110100 | 1001110 | 0 | 0 | 110111 | 10110100 | 111111 | 11100 |
Color Harmonies of #1A7474
Complementary color
Monochromatic Colors of #1A7474
Black with #1A7474
Text Example
Text Example
White with #1A7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7474; }
p { color: rgb(26,116,116); }
H1.HeaderClassName
{
color: #1A7474;
}
.AnyTagClassName
{
color: #1A7474;
}
</style>
background-color css
<style>
a { background-color: #1A7474; }
a { background-color: rgb(26,116,116); }
div.DivClassName
{
background-color: #1A7474;
}
.BgClassName
{
background-color: #1A7474;
}
</style>
border-color css
<style>
span { border-color: #1A7474; }
span { border-color: rgb(26,116,116); }
td.TdClassName
{
border-color: #1A7474;
}
.TagClassName
{
border-color: #1A7474;
}
</style>