Shades of Gossamer #389683
Tints of Gossamer #389683
RGB
CMYK
RGB Variations
Color information
#389683 (or 0x389683) is known color: Gossamer. HEX triplet: 38, 96 and 83. RGB value is (56,150,131). Sum of RGB (Red+Green+Blue) = 56+150+131=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #389683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389683 is #C7697C. Grayscale: #777777. Windows color (decimal): -13068669 or 8623672. OLE color: 8623672.
HSL color Cylindrical-coordinate representation of color #389683: hue angle of 167.87º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389683 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 150 | 131 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.41 |
| HSL | 167.87º | 0.46% | 0.4% | - |
| HSV(B) | 167.87º | 0.63% | 0.59% | - |
| XYZ | 16.63 | 24.29 | 25.28 | - |
| YUV | 119.73 | 134.36 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 131 | 0.63 | 0 | 0.13 | 0.41 | 167.87 | 0.46 | 0.4 |
| Hex | 38 | 96 | 83 | 3F | 0 | D | 29 | A8 | 2E | 28 |
| Octal | 70 | 226 | 203 | 77 | 0 | 15 | 51 | 250 | 56 | 50 |
| Binary | 111000 | 10010110 | 10000011 | 111111 | 0 | 1101 | 101001 | 10101000 | 101110 | 101000 |
Color Harmonies of #389683
Complementary color
Monochromatic Colors of #389683
Black with #389683
Text Example
Text Example
White with #389683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389683; }
p { color: rgb(56,150,131); }
H1.HeaderClassName
{
color: #389683;
}
.AnyTagClassName
{
color: #389683;
}
</style>
background-color css
<style>
a { background-color: #389683; }
a { background-color: rgb(56,150,131); }
div.DivClassName
{
background-color: #389683;
}
.BgClassName
{
background-color: #389683;
}
</style>
border-color css
<style>
span { border-color: #389683; }
span { border-color: rgb(56,150,131); }
td.TdClassName
{
border-color: #389683;
}
.TagClassName
{
border-color: #389683;
}
</style>