Shades of Elm #35857C
Tints of Elm #35857C
RGB
CMYK
RGB Variations
Color information
#35857C (or 0x35857C) is known color: Elm. HEX triplet: 35, 85 and 7C. RGB value is (53,133,124). Sum of RGB (Red+Green+Blue) = 53+133+124=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #35857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35857C is #CA7A83. Grayscale: #6C6C6C. Windows color (decimal): -13269636 or 8160565. OLE color: 8160565.
HSL color Cylindrical-coordinate representation of color #35857C: hue angle of 173.25º 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 #35857C is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 124 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.48 |
| HSL | 173.25º | 0.43% | 0.36% | - |
| HSV(B) | 173.25º | 0.6% | 0.52% | - |
| XYZ | 13.49 | 18.99 | 22.02 | - |
| YUV | 108.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 124 | 0.60 | 0 | 0.07 | 0.48 | 173.25 | 0.43 | 0.36 |
| Hex | 35 | 85 | 7C | 3C | 0 | 7 | 30 | AD | 2B | 24 |
| Octal | 65 | 205 | 174 | 74 | 0 | 7 | 60 | 255 | 53 | 44 |
| Binary | 110101 | 10000101 | 1111100 | 111100 | 0 | 111 | 110000 | 10101101 | 101011 | 100100 |
Color Harmonies of #35857C
Complementary color
Monochromatic Colors of #35857C
Black with #35857C
Text Example
Text Example
White with #35857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35857C; }
p { color: rgb(53,133,124); }
H1.HeaderClassName
{
color: #35857C;
}
.AnyTagClassName
{
color: #35857C;
}
</style>
background-color css
<style>
a { background-color: #35857C; }
a { background-color: rgb(53,133,124); }
div.DivClassName
{
background-color: #35857C;
}
.BgClassName
{
background-color: #35857C;
}
</style>
border-color css
<style>
span { border-color: #35857C; }
span { border-color: rgb(53,133,124); }
td.TdClassName
{
border-color: #35857C;
}
.TagClassName
{
border-color: #35857C;
}
</style>