Shades of Gossamer #389382
Tints of Gossamer #389382
RGB
CMYK
RGB Variations
Color information
#389382 (or 0x389382) is known color: Gossamer. HEX triplet: 38, 93 and 82. RGB value is (56,147,130). Sum of RGB (Red+Green+Blue) = 56+147+130=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #389382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389382 is #C76C7D. Grayscale: #757575. Windows color (decimal): -13069438 or 8557368. OLE color: 8557368.
HSL color Cylindrical-coordinate representation of color #389382: hue angle of 168.79º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389382 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 147 | 130 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.42 |
| HSL | 168.79º | 0.45% | 0.4% | - |
| HSV(B) | 168.79º | 0.62% | 0.58% | - |
| XYZ | 16.09 | 23.32 | 24.77 | - |
| YUV | 117.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 147 | 130 | 0.62 | 0 | 0.12 | 0.42 | 168.79 | 0.45 | 0.4 |
| Hex | 38 | 93 | 82 | 3E | 0 | C | 2A | A9 | 2D | 28 |
| Octal | 70 | 223 | 202 | 76 | 0 | 14 | 52 | 251 | 55 | 50 |
| Binary | 111000 | 10010011 | 10000010 | 111110 | 0 | 1100 | 101010 | 10101001 | 101101 | 101000 |
Color Harmonies of #389382
Complementary color
Monochromatic Colors of #389382
Black with #389382
Text Example
Text Example
White with #389382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389382; }
p { color: rgb(56,147,130); }
H1.HeaderClassName
{
color: #389382;
}
.AnyTagClassName
{
color: #389382;
}
</style>
background-color css
<style>
a { background-color: #389382; }
a { background-color: rgb(56,147,130); }
div.DivClassName
{
background-color: #389382;
}
.BgClassName
{
background-color: #389382;
}
</style>
border-color css
<style>
span { border-color: #389382; }
span { border-color: rgb(56,147,130); }
td.TdClassName
{
border-color: #389382;
}
.TagClassName
{
border-color: #389382;
}
</style>