Shades of Gossamer #338D7C
Tints of Gossamer #338D7C
RGB
CMYK
RGB Variations
Color information
#338D7C (or 0x338D7C) is known color: Gossamer. HEX triplet: 33, 8D and 7C. RGB value is (51,141,124). Sum of RGB (Red+Green+Blue) = 51+141+124=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #338D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338D7C is #CC7283. Grayscale: #707070. Windows color (decimal): -13398660 or 8162611. OLE color: 8162611.
HSL color Cylindrical-coordinate representation of color #338D7C: hue angle of 168.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338D7C is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 141 | 124 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.45 |
| HSL | 168.67º | 0.47% | 0.38% | - |
| HSV(B) | 168.67º | 0.64% | 0.55% | - |
| XYZ | 14.53 | 21.21 | 22.4 | - |
| YUV | 112.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 124 | 0.64 | 0 | 0.12 | 0.45 | 168.67 | 0.47 | 0.38 |
| Hex | 33 | 8D | 7C | 40 | 0 | C | 2D | A9 | 2F | 26 |
| Octal | 63 | 215 | 174 | 100 | 0 | 14 | 55 | 251 | 57 | 46 |
| Binary | 110011 | 10001101 | 1111100 | 1000000 | 0 | 1100 | 101101 | 10101001 | 101111 | 100110 |
Color Harmonies of #338D7C
Complementary color
Monochromatic Colors of #338D7C
Black with #338D7C
Text Example
Text Example
White with #338D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338D7C; }
p { color: rgb(51,141,124); }
H1.HeaderClassName
{
color: #338D7C;
}
.AnyTagClassName
{
color: #338D7C;
}
</style>
background-color css
<style>
a { background-color: #338D7C; }
a { background-color: rgb(51,141,124); }
div.DivClassName
{
background-color: #338D7C;
}
.BgClassName
{
background-color: #338D7C;
}
</style>
border-color css
<style>
span { border-color: #338D7C; }
span { border-color: rgb(51,141,124); }
td.TdClassName
{
border-color: #338D7C;
}
.TagClassName
{
border-color: #338D7C;
}
</style>