Shades of Elm #33897B
Tints of Elm #33897B
RGB
CMYK
RGB Variations
Color information
#33897B (or 0x33897B) is known color: Elm. HEX triplet: 33, 89 and 7B. RGB value is (51,137,123). Sum of RGB (Red+Green+Blue) = 51+137+123=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #33897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33897B is #CC7684. Grayscale: #6D6D6D. Windows color (decimal): -13399685 or 8096051. OLE color: 8096051.
HSL color Cylindrical-coordinate representation of color #33897B: hue angle of 170.23º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33897B is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 137 | 123 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.46 |
| HSL | 170.23º | 0.46% | 0.37% | - |
| HSV(B) | 170.23º | 0.63% | 0.54% | - |
| XYZ | 13.89 | 20.03 | 21.87 | - |
| YUV | 109.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 123 | 0.63 | 0 | 0.10 | 0.46 | 170.23 | 0.46 | 0.37 |
| Hex | 33 | 89 | 7B | 3F | 0 | A | 2E | AA | 2E | 25 |
| Octal | 63 | 211 | 173 | 77 | 0 | 12 | 56 | 252 | 56 | 45 |
| Binary | 110011 | 10001001 | 1111011 | 111111 | 0 | 1010 | 101110 | 10101010 | 101110 | 100101 |
Color Harmonies of #33897B
Complementary color
Monochromatic Colors of #33897B
Black with #33897B
Text Example
Text Example
White with #33897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33897B; }
p { color: rgb(51,137,123); }
H1.HeaderClassName
{
color: #33897B;
}
.AnyTagClassName
{
color: #33897B;
}
</style>
background-color css
<style>
a { background-color: #33897B; }
a { background-color: rgb(51,137,123); }
div.DivClassName
{
background-color: #33897B;
}
.BgClassName
{
background-color: #33897B;
}
</style>
border-color css
<style>
span { border-color: #33897B; }
span { border-color: rgb(51,137,123); }
td.TdClassName
{
border-color: #33897B;
}
.TagClassName
{
border-color: #33897B;
}
</style>