Shades of Gossamer #389278
Tints of Gossamer #389278
RGB
CMYK
RGB Variations
Color information
#389278 (or 0x389278) is known color: Gossamer. HEX triplet: 38, 92 and 78. RGB value is (56,146,120). Sum of RGB (Red+Green+Blue) = 56+146+120=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #389278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389278 is #C76D87. Grayscale: #747474. Windows color (decimal): -13069704 or 7901752. OLE color: 7901752.
HSL color Cylindrical-coordinate representation of color #389278: hue angle of 162.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389278 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 146 | 120 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.43 |
| HSL | 162.67º | 0.45% | 0.4% | - |
| HSV(B) | 162.67º | 0.62% | 0.57% | - |
| XYZ | 15.3 | 22.75 | 21.35 | - |
| YUV | 116.13 | 130.18 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 120 | 0.62 | 0 | 0.18 | 0.43 | 162.67 | 0.45 | 0.4 |
| Hex | 38 | 92 | 78 | 3E | 0 | 12 | 2B | A3 | 2D | 28 |
| Octal | 70 | 222 | 170 | 76 | 0 | 22 | 53 | 243 | 55 | 50 |
| Binary | 111000 | 10010010 | 1111000 | 111110 | 0 | 10010 | 101011 | 10100011 | 101101 | 101000 |
Color Harmonies of #389278
Complementary color
Monochromatic Colors of #389278
Black with #389278
Text Example
Text Example
White with #389278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389278; }
p { color: rgb(56,146,120); }
H1.HeaderClassName
{
color: #389278;
}
.AnyTagClassName
{
color: #389278;
}
</style>
background-color css
<style>
a { background-color: #389278; }
a { background-color: rgb(56,146,120); }
div.DivClassName
{
background-color: #389278;
}
.BgClassName
{
background-color: #389278;
}
</style>
border-color css
<style>
span { border-color: #389278; }
span { border-color: rgb(56,146,120); }
td.TdClassName
{
border-color: #389278;
}
.TagClassName
{
border-color: #389278;
}
</style>