Shades of Elm #33867C
Tints of Elm #33867C
RGB
CMYK
RGB Variations
Color information
#33867C (or 0x33867C) is known color: Elm. HEX triplet: 33, 86 and 7C. RGB value is (51,134,124). Sum of RGB (Red+Green+Blue) = 51+134+124=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #33867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33867C is #CC7983. Grayscale: #6C6C6C. Windows color (decimal): -13400452 or 8160819. OLE color: 8160819.
HSL color Cylindrical-coordinate representation of color #33867C: hue angle of 172.77º 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 #33867C is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 134 | 124 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.47 |
| HSL | 172.77º | 0.45% | 0.36% | - |
| HSV(B) | 172.77º | 0.62% | 0.53% | - |
| XYZ | 13.53 | 19.21 | 22.06 | - |
| YUV | 108.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 124 | 0.62 | 0 | 0.07 | 0.47 | 172.77 | 0.45 | 0.36 |
| Hex | 33 | 86 | 7C | 3E | 0 | 7 | 2F | AD | 2D | 24 |
| Octal | 63 | 206 | 174 | 76 | 0 | 7 | 57 | 255 | 55 | 44 |
| Binary | 110011 | 10000110 | 1111100 | 111110 | 0 | 111 | 101111 | 10101101 | 101101 | 100100 |
Color Harmonies of #33867C
Complementary color
Monochromatic Colors of #33867C
Black with #33867C
Text Example
Text Example
White with #33867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33867C; }
p { color: rgb(51,134,124); }
H1.HeaderClassName
{
color: #33867C;
}
.AnyTagClassName
{
color: #33867C;
}
</style>
background-color css
<style>
a { background-color: #33867C; }
a { background-color: rgb(51,134,124); }
div.DivClassName
{
background-color: #33867C;
}
.BgClassName
{
background-color: #33867C;
}
</style>
border-color css
<style>
span { border-color: #33867C; }
span { border-color: rgb(51,134,124); }
td.TdClassName
{
border-color: #33867C;
}
.TagClassName
{
border-color: #33867C;
}
</style>