Shades of Elm #33857F
Tints of Elm #33857F
RGB
CMYK
RGB Variations
Color information
#33857F (or 0x33857F) is known color: Elm. HEX triplet: 33, 85 and 7F. RGB value is (51,133,127). Sum of RGB (Red+Green+Blue) = 51+133+127=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #33857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33857F is #CC7A80. Grayscale: #6B6B6B. Windows color (decimal): -13400705 or 8357171. OLE color: 8357171.
HSL color Cylindrical-coordinate representation of color #33857F: hue angle of 175.61º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33857F is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 127 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.48 |
| HSL | 175.61º | 0.45% | 0.36% | - |
| HSV(B) | 175.61º | 0.62% | 0.52% | - |
| XYZ | 13.58 | 19.01 | 23.03 | - |
| YUV | 107.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 127 | 0.62 | 0 | 0.05 | 0.48 | 175.61 | 0.45 | 0.36 |
| Hex | 33 | 85 | 7F | 3E | 0 | 5 | 30 | B0 | 2D | 24 |
| Octal | 63 | 205 | 177 | 76 | 0 | 5 | 60 | 260 | 55 | 44 |
| Binary | 110011 | 10000101 | 1111111 | 111110 | 0 | 101 | 110000 | 10110000 | 101101 | 100100 |
Color Harmonies of #33857F
Complementary color
Monochromatic Colors of #33857F
Black with #33857F
Text Example
Text Example
White with #33857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33857F; }
p { color: rgb(51,133,127); }
H1.HeaderClassName
{
color: #33857F;
}
.AnyTagClassName
{
color: #33857F;
}
</style>
background-color css
<style>
a { background-color: #33857F; }
a { background-color: rgb(51,133,127); }
div.DivClassName
{
background-color: #33857F;
}
.BgClassName
{
background-color: #33857F;
}
</style>
border-color css
<style>
span { border-color: #33857F; }
span { border-color: rgb(51,133,127); }
td.TdClassName
{
border-color: #33857F;
}
.TagClassName
{
border-color: #33857F;
}
</style>