Shades of Elm #338479
Tints of Elm #338479
RGB
CMYK
RGB Variations
Color information
#338479 (or 0x338479) is known color: Elm. HEX triplet: 33, 84 and 79. RGB value is (51,132,121). Sum of RGB (Red+Green+Blue) = 51+132+121=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #338479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338479 is #CC7B86. Grayscale: #6A6A6A. Windows color (decimal): -13400967 or 7963699. OLE color: 7963699.
HSL color Cylindrical-coordinate representation of color #338479: hue angle of 171.85º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338479 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 132 | 121 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.48 |
| HSL | 171.85º | 0.44% | 0.36% | - |
| HSV(B) | 171.85º | 0.61% | 0.52% | - |
| XYZ | 13.07 | 18.59 | 20.99 | - |
| YUV | 106.53 | 136.16 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 121 | 0.61 | 0 | 0.08 | 0.48 | 171.85 | 0.44 | 0.36 |
| Hex | 33 | 84 | 79 | 3D | 0 | 8 | 30 | AC | 2C | 24 |
| Octal | 63 | 204 | 171 | 75 | 0 | 10 | 60 | 254 | 54 | 44 |
| Binary | 110011 | 10000100 | 1111001 | 111101 | 0 | 1000 | 110000 | 10101100 | 101100 | 100100 |
Color Harmonies of #338479
Complementary color
Monochromatic Colors of #338479
Black with #338479
Text Example
Text Example
White with #338479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338479; }
p { color: rgb(51,132,121); }
H1.HeaderClassName
{
color: #338479;
}
.AnyTagClassName
{
color: #338479;
}
</style>
background-color css
<style>
a { background-color: #338479; }
a { background-color: rgb(51,132,121); }
div.DivClassName
{
background-color: #338479;
}
.BgClassName
{
background-color: #338479;
}
</style>
border-color css
<style>
span { border-color: #338479; }
span { border-color: rgb(51,132,121); }
td.TdClassName
{
border-color: #338479;
}
.TagClassName
{
border-color: #338479;
}
</style>