Shades of Elm #338B80
Tints of Elm #338B80
RGB
CMYK
RGB Variations
Color information
#338B80 (or 0x338B80) is known color: Elm. HEX triplet: 33, 8B and 80. RGB value is (51,139,128). Sum of RGB (Red+Green+Blue) = 51+139+128=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #338B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B80 is #CC747F. Grayscale: #6F6F6F. Windows color (decimal): -13399168 or 8424243. OLE color: 8424243.
HSL color Cylindrical-coordinate representation of color #338B80: hue angle of 172.5º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B80 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 128 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.45 |
| HSL | 172.5º | 0.46% | 0.37% | - |
| HSV(B) | 172.5º | 0.63% | 0.55% | - |
| XYZ | 14.49 | 20.73 | 23.66 | - |
| YUV | 111.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 128 | 0.63 | 0 | 0.08 | 0.45 | 172.5 | 0.46 | 0.37 |
| Hex | 33 | 8B | 80 | 3F | 0 | 8 | 2D | AC | 2E | 25 |
| Octal | 63 | 213 | 200 | 77 | 0 | 10 | 55 | 254 | 56 | 45 |
| Binary | 110011 | 10001011 | 10000000 | 111111 | 0 | 1000 | 101101 | 10101100 | 101110 | 100101 |
Color Harmonies of #338B80
Complementary color
Monochromatic Colors of #338B80
Black with #338B80
Text Example
Text Example
White with #338B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B80; }
p { color: rgb(51,139,128); }
H1.HeaderClassName
{
color: #338B80;
}
.AnyTagClassName
{
color: #338B80;
}
</style>
background-color css
<style>
a { background-color: #338B80; }
a { background-color: rgb(51,139,128); }
div.DivClassName
{
background-color: #338B80;
}
.BgClassName
{
background-color: #338B80;
}
</style>
border-color css
<style>
span { border-color: #338B80; }
span { border-color: rgb(51,139,128); }
td.TdClassName
{
border-color: #338B80;
}
.TagClassName
{
border-color: #338B80;
}
</style>