Shades of Elm #33877D
Tints of Elm #33877D
RGB
CMYK
RGB Variations
Color information
#33877D (or 0x33877D) is known color: Elm. HEX triplet: 33, 87 and 7D. RGB value is (51,135,125). Sum of RGB (Red+Green+Blue) = 51+135+125=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #33877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33877D is #CC7882. Grayscale: #6C6C6C. Windows color (decimal): -13400195 or 8226611. OLE color: 8226611.
HSL color Cylindrical-coordinate representation of color #33877D: hue angle of 172.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33877D is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 135 | 125 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.47 |
| HSL | 172.86º | 0.45% | 0.36% | - |
| HSV(B) | 172.86º | 0.62% | 0.53% | - |
| XYZ | 13.73 | 19.51 | 22.44 | - |
| YUV | 108.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 125 | 0.62 | 0 | 0.07 | 0.47 | 172.86 | 0.45 | 0.36 |
| Hex | 33 | 87 | 7D | 3E | 0 | 7 | 2F | AD | 2D | 24 |
| Octal | 63 | 207 | 175 | 76 | 0 | 7 | 57 | 255 | 55 | 44 |
| Binary | 110011 | 10000111 | 1111101 | 111110 | 0 | 111 | 101111 | 10101101 | 101101 | 100100 |
Color Harmonies of #33877D
Complementary color
Monochromatic Colors of #33877D
Black with #33877D
Text Example
Text Example
White with #33877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33877D; }
p { color: rgb(51,135,125); }
H1.HeaderClassName
{
color: #33877D;
}
.AnyTagClassName
{
color: #33877D;
}
</style>
background-color css
<style>
a { background-color: #33877D; }
a { background-color: rgb(51,135,125); }
div.DivClassName
{
background-color: #33877D;
}
.BgClassName
{
background-color: #33877D;
}
</style>
border-color css
<style>
span { border-color: #33877D; }
span { border-color: rgb(51,135,125); }
td.TdClassName
{
border-color: #33877D;
}
.TagClassName
{
border-color: #33877D;
}
</style>