Shades of Elm #207574
Tints of Elm #207574
RGB
CMYK
RGB Variations
Color information
#207574 (or 0x207574) is known color: Elm. HEX triplet: 20, 75 and 74. RGB value is (32,117,116). Sum of RGB (Red+Green+Blue) = 32+117+116=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #207574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207574 is #DF8A8B. Grayscale: #5B5B5B. Windows color (decimal): -14649996 or 7632160. OLE color: 7632160.
HSL color Cylindrical-coordinate representation of color #207574: hue angle of 179.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207574 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 116 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.54 |
| HSL | 179.29º | 0.57% | 0.29% | - |
| HSV(B) | 179.29º | 0.73% | 0.46% | - |
| XYZ | 10.11 | 14.29 | 18.75 | - |
| YUV | 91.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 116 | 0.73 | 0 | 0.01 | 0.54 | 179.29 | 0.57 | 0.29 |
| Hex | 20 | 75 | 74 | 49 | 0 | 1 | 36 | B3 | 39 | 1D |
| Octal | 40 | 165 | 164 | 111 | 0 | 1 | 66 | 263 | 71 | 35 |
| Binary | 100000 | 1110101 | 1110100 | 1001001 | 0 | 1 | 110110 | 10110011 | 111001 | 11101 |
Color Harmonies of #207574
Complementary color
Monochromatic Colors of #207574
Black with #207574
Text Example
Text Example
White with #207574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207574; }
p { color: rgb(32,117,116); }
H1.HeaderClassName
{
color: #207574;
}
.AnyTagClassName
{
color: #207574;
}
</style>
background-color css
<style>
a { background-color: #207574; }
a { background-color: rgb(32,117,116); }
div.DivClassName
{
background-color: #207574;
}
.BgClassName
{
background-color: #207574;
}
</style>
border-color css
<style>
span { border-color: #207574; }
span { border-color: rgb(32,117,116); }
td.TdClassName
{
border-color: #207574;
}
.TagClassName
{
border-color: #207574;
}
</style>