Shades of Elm #35887B
Tints of Elm #35887B
RGB
CMYK
RGB Variations
Color information
#35887B (or 0x35887B) is known color: Elm. HEX triplet: 35, 88 and 7B. RGB value is (53,136,123). Sum of RGB (Red+Green+Blue) = 53+136+123=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #35887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35887B is #CA7784. Grayscale: #6D6D6D. Windows color (decimal): -13268869 or 8095797. OLE color: 8095797.
HSL color Cylindrical-coordinate representation of color #35887B: hue angle of 170.6º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35887B is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 123 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.47 |
| HSL | 170.6º | 0.44% | 0.37% | - |
| HSV(B) | 170.6º | 0.61% | 0.53% | - |
| XYZ | 13.85 | 19.8 | 21.83 | - |
| YUV | 109.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 123 | 0.61 | 0 | 0.10 | 0.47 | 170.6 | 0.44 | 0.37 |
| Hex | 35 | 88 | 7B | 3D | 0 | A | 2F | AB | 2C | 25 |
| Octal | 65 | 210 | 173 | 75 | 0 | 12 | 57 | 253 | 54 | 45 |
| Binary | 110101 | 10001000 | 1111011 | 111101 | 0 | 1010 | 101111 | 10101011 | 101100 | 100101 |
Color Harmonies of #35887B
Complementary color
Monochromatic Colors of #35887B
Black with #35887B
Text Example
Text Example
White with #35887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35887B; }
p { color: rgb(53,136,123); }
H1.HeaderClassName
{
color: #35887B;
}
.AnyTagClassName
{
color: #35887B;
}
</style>
background-color css
<style>
a { background-color: #35887B; }
a { background-color: rgb(53,136,123); }
div.DivClassName
{
background-color: #35887B;
}
.BgClassName
{
background-color: #35887B;
}
</style>
border-color css
<style>
span { border-color: #35887B; }
span { border-color: rgb(53,136,123); }
td.TdClassName
{
border-color: #35887B;
}
.TagClassName
{
border-color: #35887B;
}
</style>