Shades of Elm #33827C
Tints of Elm #33827C
RGB
CMYK
RGB Variations
Color information
#33827C (or 0x33827C) is known color: Elm. HEX triplet: 33, 82 and 7C. RGB value is (51,130,124). Sum of RGB (Red+Green+Blue) = 51+130+124=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #33827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33827C is #CC7D83. Grayscale: #696969. Windows color (decimal): -13401476 or 8159795. OLE color: 8159795.
HSL color Cylindrical-coordinate representation of color #33827C: hue angle of 175.44º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33827C is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 124 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.49 |
| HSL | 175.44º | 0.44% | 0.35% | - |
| HSV(B) | 175.44º | 0.61% | 0.51% | - |
| XYZ | 12.99 | 18.12 | 21.88 | - |
| YUV | 105.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 124 | 0.61 | 0 | 0.05 | 0.49 | 175.44 | 0.44 | 0.35 |
| Hex | 33 | 82 | 7C | 3D | 0 | 5 | 31 | AF | 2C | 23 |
| Octal | 63 | 202 | 174 | 75 | 0 | 5 | 61 | 257 | 54 | 43 |
| Binary | 110011 | 10000010 | 1111100 | 111101 | 0 | 101 | 110001 | 10101111 | 101100 | 100011 |
Color Harmonies of #33827C
Complementary color
Monochromatic Colors of #33827C
Black with #33827C
Text Example
Text Example
White with #33827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33827C; }
p { color: rgb(51,130,124); }
H1.HeaderClassName
{
color: #33827C;
}
.AnyTagClassName
{
color: #33827C;
}
</style>
background-color css
<style>
a { background-color: #33827C; }
a { background-color: rgb(51,130,124); }
div.DivClassName
{
background-color: #33827C;
}
.BgClassName
{
background-color: #33827C;
}
</style>
border-color css
<style>
span { border-color: #33827C; }
span { border-color: rgb(51,130,124); }
td.TdClassName
{
border-color: #33827C;
}
.TagClassName
{
border-color: #33827C;
}
</style>