Shades of Elm #35857E
Tints of Elm #35857E
RGB
CMYK
RGB Variations
Color information
#35857E (or 0x35857E) is known color: Elm. HEX triplet: 35, 85 and 7E. RGB value is (53,133,126). Sum of RGB (Red+Green+Blue) = 53+133+126=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #35857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35857E is #CA7A81. Grayscale: #6C6C6C. Windows color (decimal): -13269634 or 8291637. OLE color: 8291637.
HSL color Cylindrical-coordinate representation of color #35857E: hue angle of 174.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35857E is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 126 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.48 |
| HSL | 174.75º | 0.43% | 0.36% | - |
| HSV(B) | 174.75º | 0.6% | 0.52% | - |
| XYZ | 13.62 | 19.04 | 22.7 | - |
| YUV | 108.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 126 | 0.60 | 0 | 0.05 | 0.48 | 174.75 | 0.43 | 0.36 |
| Hex | 35 | 85 | 7E | 3C | 0 | 5 | 30 | AF | 2B | 24 |
| Octal | 65 | 205 | 176 | 74 | 0 | 5 | 60 | 257 | 53 | 44 |
| Binary | 110101 | 10000101 | 1111110 | 111100 | 0 | 101 | 110000 | 10101111 | 101011 | 100100 |
Color Harmonies of #35857E
Complementary color
Monochromatic Colors of #35857E
Black with #35857E
Text Example
Text Example
White with #35857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35857E; }
p { color: rgb(53,133,126); }
H1.HeaderClassName
{
color: #35857E;
}
.AnyTagClassName
{
color: #35857E;
}
</style>
background-color css
<style>
a { background-color: #35857E; }
a { background-color: rgb(53,133,126); }
div.DivClassName
{
background-color: #35857E;
}
.BgClassName
{
background-color: #35857E;
}
</style>
border-color css
<style>
span { border-color: #35857E; }
span { border-color: rgb(53,133,126); }
td.TdClassName
{
border-color: #35857E;
}
.TagClassName
{
border-color: #35857E;
}
</style>