Shades of Elm #33817B
Tints of Elm #33817B
RGB
CMYK
RGB Variations
Color information
#33817B (or 0x33817B) is known color: Elm. HEX triplet: 33, 81 and 7B. RGB value is (51,129,123). Sum of RGB (Red+Green+Blue) = 51+129+123=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #33817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33817B is #CC7E84. Grayscale: #686868. Windows color (decimal): -13401733 or 8094003. OLE color: 8094003.
HSL color Cylindrical-coordinate representation of color #33817B: hue angle of 175.38º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33817B is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 123 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.49 |
| HSL | 175.38º | 0.43% | 0.35% | - |
| HSV(B) | 175.38º | 0.6% | 0.51% | - |
| XYZ | 12.79 | 17.83 | 21.51 | - |
| YUV | 104.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 123 | 0.60 | 0 | 0.05 | 0.49 | 175.38 | 0.43 | 0.35 |
| Hex | 33 | 81 | 7B | 3C | 0 | 5 | 31 | AF | 2B | 23 |
| Octal | 63 | 201 | 173 | 74 | 0 | 5 | 61 | 257 | 53 | 43 |
| Binary | 110011 | 10000001 | 1111011 | 111100 | 0 | 101 | 110001 | 10101111 | 101011 | 100011 |
Color Harmonies of #33817B
Complementary color
Monochromatic Colors of #33817B
Black with #33817B
Text Example
Text Example
White with #33817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33817B; }
p { color: rgb(51,129,123); }
H1.HeaderClassName
{
color: #33817B;
}
.AnyTagClassName
{
color: #33817B;
}
</style>
background-color css
<style>
a { background-color: #33817B; }
a { background-color: rgb(51,129,123); }
div.DivClassName
{
background-color: #33817B;
}
.BgClassName
{
background-color: #33817B;
}
</style>
border-color css
<style>
span { border-color: #33817B; }
span { border-color: rgb(51,129,123); }
td.TdClassName
{
border-color: #33817B;
}
.TagClassName
{
border-color: #33817B;
}
</style>