Shades of Elm #33847E
Tints of Elm #33847E
RGB
CMYK
RGB Variations
Color information
#33847E (or 0x33847E) is known color: Elm. HEX triplet: 33, 84 and 7E. RGB value is (51,132,126). Sum of RGB (Red+Green+Blue) = 51+132+126=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #33847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33847E is #CC7B81. Grayscale: #6B6B6B. Windows color (decimal): -13400962 or 8291379. OLE color: 8291379.
HSL color Cylindrical-coordinate representation of color #33847E: hue angle of 175.56º 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 #33847E is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 132 | 126 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.48 |
| HSL | 175.56º | 0.44% | 0.36% | - |
| HSV(B) | 175.56º | 0.61% | 0.52% | - |
| XYZ | 13.38 | 18.71 | 22.65 | - |
| YUV | 107.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 126 | 0.61 | 0 | 0.05 | 0.48 | 175.56 | 0.44 | 0.36 |
| Hex | 33 | 84 | 7E | 3D | 0 | 5 | 30 | B0 | 2C | 24 |
| Octal | 63 | 204 | 176 | 75 | 0 | 5 | 60 | 260 | 54 | 44 |
| Binary | 110011 | 10000100 | 1111110 | 111101 | 0 | 101 | 110000 | 10110000 | 101100 | 100100 |
Color Harmonies of #33847E
Complementary color
Monochromatic Colors of #33847E
Black with #33847E
Text Example
Text Example
White with #33847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33847E; }
p { color: rgb(51,132,126); }
H1.HeaderClassName
{
color: #33847E;
}
.AnyTagClassName
{
color: #33847E;
}
</style>
background-color css
<style>
a { background-color: #33847E; }
a { background-color: rgb(51,132,126); }
div.DivClassName
{
background-color: #33847E;
}
.BgClassName
{
background-color: #33847E;
}
</style>
border-color css
<style>
span { border-color: #33847E; }
span { border-color: rgb(51,132,126); }
td.TdClassName
{
border-color: #33847E;
}
.TagClassName
{
border-color: #33847E;
}
</style>