Shades of Elm #33897A
Tints of Elm #33897A
RGB
CMYK
RGB Variations
Color information
#33897A (or 0x33897A) is known color: Elm. HEX triplet: 33, 89 and 7A. RGB value is (51,137,122). Sum of RGB (Red+Green+Blue) = 51+137+122=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #33897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33897A is #CC7685. Grayscale: #6D6D6D. Windows color (decimal): -13399686 or 8030515. OLE color: 8030515.
HSL color Cylindrical-coordinate representation of color #33897A: hue angle of 169.53º 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 #33897A is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 137 | 122 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.46 |
| HSL | 169.53º | 0.46% | 0.37% | - |
| HSV(B) | 169.53º | 0.63% | 0.54% | - |
| XYZ | 13.82 | 20 | 21.54 | - |
| YUV | 109.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 122 | 0.63 | 0 | 0.11 | 0.46 | 169.53 | 0.46 | 0.37 |
| Hex | 33 | 89 | 7A | 3F | 0 | B | 2E | AA | 2E | 25 |
| Octal | 63 | 211 | 172 | 77 | 0 | 13 | 56 | 252 | 56 | 45 |
| Binary | 110011 | 10001001 | 1111010 | 111111 | 0 | 1011 | 101110 | 10101010 | 101110 | 100101 |
Color Harmonies of #33897A
Complementary color
Monochromatic Colors of #33897A
Black with #33897A
Text Example
Text Example
White with #33897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33897A; }
p { color: rgb(51,137,122); }
H1.HeaderClassName
{
color: #33897A;
}
.AnyTagClassName
{
color: #33897A;
}
</style>
background-color css
<style>
a { background-color: #33897A; }
a { background-color: rgb(51,137,122); }
div.DivClassName
{
background-color: #33897A;
}
.BgClassName
{
background-color: #33897A;
}
</style>
border-color css
<style>
span { border-color: #33897A; }
span { border-color: rgb(51,137,122); }
td.TdClassName
{
border-color: #33897A;
}
.TagClassName
{
border-color: #33897A;
}
</style>