Shades of Elm #34857C
Tints of Elm #34857C
RGB
CMYK
RGB Variations
Color information
#34857C (or 0x34857C) is known color: Elm. HEX triplet: 34, 85 and 7C. RGB value is (52,133,124). Sum of RGB (Red+Green+Blue) = 52+133+124=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #34857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34857C is #CB7A83. Grayscale: #6B6B6B. Windows color (decimal): -13335172 or 8160564. OLE color: 8160564.
HSL color Cylindrical-coordinate representation of color #34857C: hue angle of 173.33º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34857C is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 133 | 124 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.48 |
| HSL | 173.33º | 0.44% | 0.36% | - |
| HSV(B) | 173.33º | 0.61% | 0.52% | - |
| XYZ | 13.44 | 18.96 | 22.02 | - |
| YUV | 107.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 124 | 0.61 | 0 | 0.07 | 0.48 | 173.33 | 0.44 | 0.36 |
| Hex | 34 | 85 | 7C | 3D | 0 | 7 | 30 | AD | 2C | 24 |
| Octal | 64 | 205 | 174 | 75 | 0 | 7 | 60 | 255 | 54 | 44 |
| Binary | 110100 | 10000101 | 1111100 | 111101 | 0 | 111 | 110000 | 10101101 | 101100 | 100100 |
Color Harmonies of #34857C
Complementary color
Monochromatic Colors of #34857C
Black with #34857C
Text Example
Text Example
White with #34857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34857C; }
p { color: rgb(52,133,124); }
H1.HeaderClassName
{
color: #34857C;
}
.AnyTagClassName
{
color: #34857C;
}
</style>
background-color css
<style>
a { background-color: #34857C; }
a { background-color: rgb(52,133,124); }
div.DivClassName
{
background-color: #34857C;
}
.BgClassName
{
background-color: #34857C;
}
</style>
border-color css
<style>
span { border-color: #34857C; }
span { border-color: rgb(52,133,124); }
td.TdClassName
{
border-color: #34857C;
}
.TagClassName
{
border-color: #34857C;
}
</style>