Shades of Gossamer #389973
Tints of Gossamer #389973
RGB
CMYK
RGB Variations
Color information
#389973 (or 0x389973) is known color: Gossamer. HEX triplet: 38, 99 and 73. RGB value is (56,153,115). Sum of RGB (Red+Green+Blue) = 56+153+115=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #389973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389973 is #C7668C. Grayscale: #777777. Windows color (decimal): -13067917 or 7575864. OLE color: 7575864.
HSL color Cylindrical-coordinate representation of color #389973: hue angle of 156.49º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389973 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 115 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.4 |
| HSL | 156.49º | 0.46% | 0.41% | - |
| HSV(B) | 156.49º | 0.63% | 0.6% | - |
| XYZ | 16.12 | 24.86 | 20.17 | - |
| YUV | 119.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 115 | 0.63 | 0 | 0.25 | 0.4 | 156.49 | 0.46 | 0.41 |
| Hex | 38 | 99 | 73 | 3F | 0 | 19 | 28 | 9C | 2E | 29 |
| Octal | 70 | 231 | 163 | 77 | 0 | 31 | 50 | 234 | 56 | 51 |
| Binary | 111000 | 10011001 | 1110011 | 111111 | 0 | 11001 | 101000 | 10011100 | 101110 | 101001 |
Color Harmonies of #389973
Complementary color
Monochromatic Colors of #389973
Black with #389973
Text Example
Text Example
White with #389973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389973; }
p { color: rgb(56,153,115); }
H1.HeaderClassName
{
color: #389973;
}
.AnyTagClassName
{
color: #389973;
}
</style>
background-color css
<style>
a { background-color: #389973; }
a { background-color: rgb(56,153,115); }
div.DivClassName
{
background-color: #389973;
}
.BgClassName
{
background-color: #389973;
}
</style>
border-color css
<style>
span { border-color: #389973; }
span { border-color: rgb(56,153,115); }
td.TdClassName
{
border-color: #389973;
}
.TagClassName
{
border-color: #389973;
}
</style>