Shades of Gossamer #379885
Tints of Gossamer #379885
RGB
CMYK
RGB Variations
Color information
#379885 (or 0x379885) is known color: Gossamer. HEX triplet: 37, 98 and 85. RGB value is (55,152,133). Sum of RGB (Red+Green+Blue) = 55+152+133=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #379885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379885 is #C8677A. Grayscale: #787878. Windows color (decimal): -13133691 or 8755255. OLE color: 8755255.
HSL color Cylindrical-coordinate representation of color #379885: hue angle of 168.25º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379885 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 152 | 133 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.40 |
| HSL | 168.25º | 0.47% | 0.41% | - |
| HSV(B) | 168.25º | 0.64% | 0.6% | - |
| XYZ | 17.04 | 24.96 | 26.11 | - |
| YUV | 120.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 133 | 0.64 | 0 | 0.13 | 0.40 | 168.25 | 0.47 | 0.41 |
| Hex | 37 | 98 | 85 | 40 | 0 | D | 28 | A8 | 2F | 29 |
| Octal | 67 | 230 | 205 | 100 | 0 | 15 | 50 | 250 | 57 | 51 |
| Binary | 110111 | 10011000 | 10000101 | 1000000 | 0 | 1101 | 101000 | 10101000 | 101111 | 101001 |
Color Harmonies of #379885
Complementary color
Monochromatic Colors of #379885
Black with #379885
Text Example
Text Example
White with #379885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379885; }
p { color: rgb(55,152,133); }
H1.HeaderClassName
{
color: #379885;
}
.AnyTagClassName
{
color: #379885;
}
</style>
background-color css
<style>
a { background-color: #379885; }
a { background-color: rgb(55,152,133); }
div.DivClassName
{
background-color: #379885;
}
.BgClassName
{
background-color: #379885;
}
</style>
border-color css
<style>
span { border-color: #379885; }
span { border-color: rgb(55,152,133); }
td.TdClassName
{
border-color: #379885;
}
.TagClassName
{
border-color: #379885;
}
</style>