Shades of Elm #277573
Tints of Elm #277573
RGB
CMYK
RGB Variations
Color information
#277573 (or 0x277573) is known color: Elm. HEX triplet: 27, 75 and 73. RGB value is (39,117,115). Sum of RGB (Red+Green+Blue) = 39+117+115=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #277573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277573 is #D88A8C. Grayscale: #5D5D5D. Windows color (decimal): -14191245 or 7566631. OLE color: 7566631.
HSL color Cylindrical-coordinate representation of color #277573: hue angle of 178.46º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277573 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 117 | 115 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.54 |
| HSL | 178.46º | 0.5% | 0.31% | - |
| HSV(B) | 178.46º | 0.67% | 0.46% | - |
| XYZ | 10.29 | 14.39 | 18.46 | - |
| YUV | 93.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 115 | 0.67 | 0 | 0.02 | 0.54 | 178.46 | 0.5 | 0.31 |
| Hex | 27 | 75 | 73 | 43 | 0 | 2 | 36 | B2 | 32 | 1F |
| Octal | 47 | 165 | 163 | 103 | 0 | 2 | 66 | 262 | 62 | 37 |
| Binary | 100111 | 1110101 | 1110011 | 1000011 | 0 | 10 | 110110 | 10110010 | 110010 | 11111 |
Color Harmonies of #277573
Complementary color
Monochromatic Colors of #277573
Black with #277573
Text Example
Text Example
White with #277573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277573; }
p { color: rgb(39,117,115); }
H1.HeaderClassName
{
color: #277573;
}
.AnyTagClassName
{
color: #277573;
}
</style>
background-color css
<style>
a { background-color: #277573; }
a { background-color: rgb(39,117,115); }
div.DivClassName
{
background-color: #277573;
}
.BgClassName
{
background-color: #277573;
}
</style>
border-color css
<style>
span { border-color: #277573; }
span { border-color: rgb(39,117,115); }
td.TdClassName
{
border-color: #277573;
}
.TagClassName
{
border-color: #277573;
}
</style>