Shades of Elm #33847B
Tints of Elm #33847B
RGB
CMYK
RGB Variations
Color information
#33847B (or 0x33847B) is known color: Elm. HEX triplet: 33, 84 and 7B. RGB value is (51,132,123). Sum of RGB (Red+Green+Blue) = 51+132+123=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #33847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33847B is #CC7B84. Grayscale: #6A6A6A. Windows color (decimal): -13400965 or 8094771. OLE color: 8094771.
HSL color Cylindrical-coordinate representation of color #33847B: 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 #33847B is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 132 | 123 | - |
| 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.19 | 18.64 | 21.64 | - |
| YUV | 106.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 123 | 0.61 | 0 | 0.07 | 0.48 | 173.33 | 0.44 | 0.36 |
| Hex | 33 | 84 | 7B | 3D | 0 | 7 | 30 | AD | 2C | 24 |
| Octal | 63 | 204 | 173 | 75 | 0 | 7 | 60 | 255 | 54 | 44 |
| Binary | 110011 | 10000100 | 1111011 | 111101 | 0 | 111 | 110000 | 10101101 | 101100 | 100100 |
Color Harmonies of #33847B
Complementary color
Monochromatic Colors of #33847B
Black with #33847B
Text Example
Text Example
White with #33847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33847B; }
p { color: rgb(51,132,123); }
H1.HeaderClassName
{
color: #33847B;
}
.AnyTagClassName
{
color: #33847B;
}
</style>
background-color css
<style>
a { background-color: #33847B; }
a { background-color: rgb(51,132,123); }
div.DivClassName
{
background-color: #33847B;
}
.BgClassName
{
background-color: #33847B;
}
</style>
border-color css
<style>
span { border-color: #33847B; }
span { border-color: rgb(51,132,123); }
td.TdClassName
{
border-color: #33847B;
}
.TagClassName
{
border-color: #33847B;
}
</style>