Shades of Elm #33887F
Tints of Elm #33887F
RGB
CMYK
RGB Variations
Color information
#33887F (or 0x33887F) is known color: Elm. HEX triplet: 33, 88 and 7F. RGB value is (51,136,127). Sum of RGB (Red+Green+Blue) = 51+136+127=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #33887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33887F is #CC7780. Grayscale: #6D6D6D. Windows color (decimal): -13399937 or 8357939. OLE color: 8357939.
HSL color Cylindrical-coordinate representation of color #33887F: hue angle of 173.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33887F is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 127 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.47 |
| HSL | 173.65º | 0.45% | 0.37% | - |
| HSV(B) | 173.65º | 0.63% | 0.53% | - |
| XYZ | 14 | 19.84 | 23.17 | - |
| YUV | 109.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 127 | 0.62 | 0 | 0.07 | 0.47 | 173.65 | 0.45 | 0.37 |
| Hex | 33 | 88 | 7F | 3E | 0 | 7 | 2F | AE | 2D | 25 |
| Octal | 63 | 210 | 177 | 76 | 0 | 7 | 57 | 256 | 55 | 45 |
| Binary | 110011 | 10001000 | 1111111 | 111110 | 0 | 111 | 101111 | 10101110 | 101101 | 100101 |
Color Harmonies of #33887F
Complementary color
Monochromatic Colors of #33887F
Black with #33887F
Text Example
Text Example
White with #33887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33887F; }
p { color: rgb(51,136,127); }
H1.HeaderClassName
{
color: #33887F;
}
.AnyTagClassName
{
color: #33887F;
}
</style>
background-color css
<style>
a { background-color: #33887F; }
a { background-color: rgb(51,136,127); }
div.DivClassName
{
background-color: #33887F;
}
.BgClassName
{
background-color: #33887F;
}
</style>
border-color css
<style>
span { border-color: #33887F; }
span { border-color: rgb(51,136,127); }
td.TdClassName
{
border-color: #33887F;
}
.TagClassName
{
border-color: #33887F;
}
</style>