Shades of Elm #1F736A
Tints of Elm #1F736A
RGB
CMYK
RGB Variations
Color information
#1F736A (or 0x1F736A) is known color: Elm. HEX triplet: 1F, 73 and 6A. RGB value is (31,115,106). Sum of RGB (Red+Green+Blue) = 31+115+106=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #1F736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F736A is #E08C95. Grayscale: #585858. Windows color (decimal): -14716054 or 6976287. OLE color: 6976287.
HSL color Cylindrical-coordinate representation of color #1F736A: hue angle of 173.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F736A is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 106 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.55 |
| HSL | 173.57º | 0.58% | 0.29% | - |
| HSV(B) | 173.57º | 0.73% | 0.45% | - |
| XYZ | 9.3 | 13.59 | 15.77 | - |
| YUV | 88.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 106 | 0.73 | 0 | 0.08 | 0.55 | 173.57 | 0.58 | 0.29 |
| Hex | 1F | 73 | 6A | 49 | 0 | 8 | 37 | AE | 3A | 1D |
| Octal | 37 | 163 | 152 | 111 | 0 | 10 | 67 | 256 | 72 | 35 |
| Binary | 11111 | 1110011 | 1101010 | 1001001 | 0 | 1000 | 110111 | 10101110 | 111010 | 11101 |
Color Harmonies of #1F736A
Complementary color
Monochromatic Colors of #1F736A
Black with #1F736A
Text Example
Text Example
White with #1F736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F736A; }
p { color: rgb(31,115,106); }
H1.HeaderClassName
{
color: #1F736A;
}
.AnyTagClassName
{
color: #1F736A;
}
</style>
background-color css
<style>
a { background-color: #1F736A; }
a { background-color: rgb(31,115,106); }
div.DivClassName
{
background-color: #1F736A;
}
.BgClassName
{
background-color: #1F736A;
}
</style>
border-color css
<style>
span { border-color: #1F736A; }
span { border-color: rgb(31,115,106); }
td.TdClassName
{
border-color: #1F736A;
}
.TagClassName
{
border-color: #1F736A;
}
</style>