Shades of Elm #328779
Tints of Elm #328779
RGB
CMYK
RGB Variations
Color information
#328779 (or 0x328779) is known color: Elm. HEX triplet: 32, 87 and 79. RGB value is (50,135,121). Sum of RGB (Red+Green+Blue) = 50+135+121=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #328779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328779 is #CD7886. Grayscale: #6B6B6B. Windows color (decimal): -13465735 or 7964466. OLE color: 7964466.
HSL color Cylindrical-coordinate representation of color #328779: hue angle of 170.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328779 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 121 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.47 |
| HSL | 170.12º | 0.46% | 0.36% | - |
| HSV(B) | 170.12º | 0.63% | 0.53% | - |
| XYZ | 13.43 | 19.39 | 21.12 | - |
| YUV | 107.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 121 | 0.63 | 0 | 0.10 | 0.47 | 170.12 | 0.46 | 0.36 |
| Hex | 32 | 87 | 79 | 3F | 0 | A | 2F | AA | 2E | 24 |
| Octal | 62 | 207 | 171 | 77 | 0 | 12 | 57 | 252 | 56 | 44 |
| Binary | 110010 | 10000111 | 1111001 | 111111 | 0 | 1010 | 101111 | 10101010 | 101110 | 100100 |
Color Harmonies of #328779
Complementary color
Monochromatic Colors of #328779
Black with #328779
Text Example
Text Example
White with #328779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328779; }
p { color: rgb(50,135,121); }
H1.HeaderClassName
{
color: #328779;
}
.AnyTagClassName
{
color: #328779;
}
</style>
background-color css
<style>
a { background-color: #328779; }
a { background-color: rgb(50,135,121); }
div.DivClassName
{
background-color: #328779;
}
.BgClassName
{
background-color: #328779;
}
</style>
border-color css
<style>
span { border-color: #328779; }
span { border-color: rgb(50,135,121); }
td.TdClassName
{
border-color: #328779;
}
.TagClassName
{
border-color: #328779;
}
</style>