Shades of Elm #35827C
Tints of Elm #35827C
RGB
CMYK
RGB Variations
Color information
#35827C (or 0x35827C) is known color: Elm. HEX triplet: 35, 82 and 7C. RGB value is (53,130,124). Sum of RGB (Red+Green+Blue) = 53+130+124=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #35827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35827C is #CA7D83. Grayscale: #6A6A6A. Windows color (decimal): -13270404 or 8159797. OLE color: 8159797.
HSL color Cylindrical-coordinate representation of color #35827C: hue angle of 175.32º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35827C is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 124 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.49 |
| HSL | 175.32º | 0.42% | 0.36% | - |
| HSV(B) | 175.32º | 0.59% | 0.51% | - |
| XYZ | 13.09 | 18.18 | 21.89 | - |
| YUV | 106.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 124 | 0.59 | 0 | 0.05 | 0.49 | 175.32 | 0.42 | 0.36 |
| Hex | 35 | 82 | 7C | 3B | 0 | 5 | 31 | AF | 2A | 24 |
| Octal | 65 | 202 | 174 | 73 | 0 | 5 | 61 | 257 | 52 | 44 |
| Binary | 110101 | 10000010 | 1111100 | 111011 | 0 | 101 | 110001 | 10101111 | 101010 | 100100 |
Color Harmonies of #35827C
Complementary color
Monochromatic Colors of #35827C
Black with #35827C
Text Example
Text Example
White with #35827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35827C; }
p { color: rgb(53,130,124); }
H1.HeaderClassName
{
color: #35827C;
}
.AnyTagClassName
{
color: #35827C;
}
</style>
background-color css
<style>
a { background-color: #35827C; }
a { background-color: rgb(53,130,124); }
div.DivClassName
{
background-color: #35827C;
}
.BgClassName
{
background-color: #35827C;
}
</style>
border-color css
<style>
span { border-color: #35827C; }
span { border-color: rgb(53,130,124); }
td.TdClassName
{
border-color: #35827C;
}
.TagClassName
{
border-color: #35827C;
}
</style>