Shades of Elm #33837D
Tints of Elm #33837D
RGB
CMYK
RGB Variations
Color information
#33837D (or 0x33837D) is known color: Elm. HEX triplet: 33, 83 and 7D. RGB value is (51,131,125). Sum of RGB (Red+Green+Blue) = 51+131+125=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #33837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33837D is #CC7C82. Grayscale: #6A6A6A. Windows color (decimal): -13401219 or 8225587. OLE color: 8225587.
HSL color Cylindrical-coordinate representation of color #33837D: hue angle of 175.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33837D is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 125 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.49 |
| HSL | 175.5º | 0.44% | 0.36% | - |
| HSV(B) | 175.5º | 0.61% | 0.51% | - |
| XYZ | 13.18 | 18.42 | 22.26 | - |
| YUV | 106.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 125 | 0.61 | 0 | 0.05 | 0.49 | 175.5 | 0.44 | 0.36 |
| Hex | 33 | 83 | 7D | 3D | 0 | 5 | 31 | B0 | 2C | 24 |
| Octal | 63 | 203 | 175 | 75 | 0 | 5 | 61 | 260 | 54 | 44 |
| Binary | 110011 | 10000011 | 1111101 | 111101 | 0 | 101 | 110001 | 10110000 | 101100 | 100100 |
Color Harmonies of #33837D
Complementary color
Monochromatic Colors of #33837D
Black with #33837D
Text Example
Text Example
White with #33837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33837D; }
p { color: rgb(51,131,125); }
H1.HeaderClassName
{
color: #33837D;
}
.AnyTagClassName
{
color: #33837D;
}
</style>
background-color css
<style>
a { background-color: #33837D; }
a { background-color: rgb(51,131,125); }
div.DivClassName
{
background-color: #33837D;
}
.BgClassName
{
background-color: #33837D;
}
</style>
border-color css
<style>
span { border-color: #33837D; }
span { border-color: rgb(51,131,125); }
td.TdClassName
{
border-color: #33837D;
}
.TagClassName
{
border-color: #33837D;
}
</style>