Shades of Elm #338A7A
Tints of Elm #338A7A
RGB
CMYK
RGB Variations
Color information
#338A7A (or 0x338A7A) is known color: Elm. HEX triplet: 33, 8A and 7A. RGB value is (51,138,122). Sum of RGB (Red+Green+Blue) = 51+138+122=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #338A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A7A is #CC7585. Grayscale: #6E6E6E. Windows color (decimal): -13399430 or 8030771. OLE color: 8030771.
HSL color Cylindrical-coordinate representation of color #338A7A: hue angle of 168.97º 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 #338A7A is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 122 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.46 |
| HSL | 168.97º | 0.46% | 0.37% | - |
| HSV(B) | 168.97º | 0.63% | 0.54% | - |
| XYZ | 13.97 | 20.29 | 21.59 | - |
| YUV | 110.16 | 134.68 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 122 | 0.63 | 0 | 0.12 | 0.46 | 168.97 | 0.46 | 0.37 |
| Hex | 33 | 8A | 7A | 3F | 0 | C | 2E | A9 | 2E | 25 |
| Octal | 63 | 212 | 172 | 77 | 0 | 14 | 56 | 251 | 56 | 45 |
| Binary | 110011 | 10001010 | 1111010 | 111111 | 0 | 1100 | 101110 | 10101001 | 101110 | 100101 |
Color Harmonies of #338A7A
Complementary color
Monochromatic Colors of #338A7A
Black with #338A7A
Text Example
Text Example
White with #338A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A7A; }
p { color: rgb(51,138,122); }
H1.HeaderClassName
{
color: #338A7A;
}
.AnyTagClassName
{
color: #338A7A;
}
</style>
background-color css
<style>
a { background-color: #338A7A; }
a { background-color: rgb(51,138,122); }
div.DivClassName
{
background-color: #338A7A;
}
.BgClassName
{
background-color: #338A7A;
}
</style>
border-color css
<style>
span { border-color: #338A7A; }
span { border-color: rgb(51,138,122); }
td.TdClassName
{
border-color: #338A7A;
}
.TagClassName
{
border-color: #338A7A;
}
</style>