Shades of Elm #34837C
Tints of Elm #34837C
RGB
CMYK
RGB Variations
Color information
#34837C (or 0x34837C) is known color: Elm. HEX triplet: 34, 83 and 7C. RGB value is (52,131,124). Sum of RGB (Red+Green+Blue) = 52+131+124=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #34837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34837C is #CB7C83. Grayscale: #6A6A6A. Windows color (decimal): -13335684 or 8160052. OLE color: 8160052.
HSL color Cylindrical-coordinate representation of color #34837C: hue angle of 174.68º degrees, saturation: 0.43, 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 #34837C is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 131 | 124 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.49 |
| HSL | 174.68º | 0.43% | 0.36% | - |
| HSV(B) | 174.68º | 0.6% | 0.51% | - |
| XYZ | 13.17 | 18.42 | 21.93 | - |
| YUV | 106.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 124 | 0.60 | 0 | 0.05 | 0.49 | 174.68 | 0.43 | 0.36 |
| Hex | 34 | 83 | 7C | 3C | 0 | 5 | 31 | AF | 2B | 24 |
| Octal | 64 | 203 | 174 | 74 | 0 | 5 | 61 | 257 | 53 | 44 |
| Binary | 110100 | 10000011 | 1111100 | 111100 | 0 | 101 | 110001 | 10101111 | 101011 | 100100 |
Color Harmonies of #34837C
Complementary color
Monochromatic Colors of #34837C
Black with #34837C
Text Example
Text Example
White with #34837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34837C; }
p { color: rgb(52,131,124); }
H1.HeaderClassName
{
color: #34837C;
}
.AnyTagClassName
{
color: #34837C;
}
</style>
background-color css
<style>
a { background-color: #34837C; }
a { background-color: rgb(52,131,124); }
div.DivClassName
{
background-color: #34837C;
}
.BgClassName
{
background-color: #34837C;
}
</style>
border-color css
<style>
span { border-color: #34837C; }
span { border-color: rgb(52,131,124); }
td.TdClassName
{
border-color: #34837C;
}
.TagClassName
{
border-color: #34837C;
}
</style>