Shades of Elm #35837C
Tints of Elm #35837C
RGB
CMYK
RGB Variations
Color information
#35837C (or 0x35837C) is known color: Elm. HEX triplet: 35, 83 and 7C. RGB value is (53,131,124). Sum of RGB (Red+Green+Blue) = 53+131+124=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #35837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35837C is #CA7C83. Grayscale: #6A6A6A. Windows color (decimal): -13270148 or 8160053. OLE color: 8160053.
HSL color Cylindrical-coordinate representation of color #35837C: hue angle of 174.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35837C is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 124 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.49 |
| HSL | 174.62º | 0.42% | 0.36% | - |
| HSV(B) | 174.62º | 0.6% | 0.51% | - |
| XYZ | 13.22 | 18.44 | 21.93 | - |
| YUV | 106.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 124 | 0.60 | 0 | 0.05 | 0.49 | 174.62 | 0.42 | 0.36 |
| Hex | 35 | 83 | 7C | 3C | 0 | 5 | 31 | AF | 2A | 24 |
| Octal | 65 | 203 | 174 | 74 | 0 | 5 | 61 | 257 | 52 | 44 |
| Binary | 110101 | 10000011 | 1111100 | 111100 | 0 | 101 | 110001 | 10101111 | 101010 | 100100 |
Color Harmonies of #35837C
Complementary color
Monochromatic Colors of #35837C
Black with #35837C
Text Example
Text Example
White with #35837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35837C; }
p { color: rgb(53,131,124); }
H1.HeaderClassName
{
color: #35837C;
}
.AnyTagClassName
{
color: #35837C;
}
</style>
background-color css
<style>
a { background-color: #35837C; }
a { background-color: rgb(53,131,124); }
div.DivClassName
{
background-color: #35837C;
}
.BgClassName
{
background-color: #35837C;
}
</style>
border-color css
<style>
span { border-color: #35837C; }
span { border-color: rgb(53,131,124); }
td.TdClassName
{
border-color: #35837C;
}
.TagClassName
{
border-color: #35837C;
}
</style>