Shades of Gossamer #369874
Tints of Gossamer #369874
RGB
CMYK
RGB Variations
Color information
#369874 (or 0x369874) is known color: Gossamer. HEX triplet: 36, 98 and 74. RGB value is (54,152,116). Sum of RGB (Red+Green+Blue) = 54+152+116=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #369874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369874 is #C9678B. Grayscale: #767676. Windows color (decimal): -13199244 or 7641142. OLE color: 7641142.
HSL color Cylindrical-coordinate representation of color #369874: hue angle of 157.96º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369874 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 116 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.40 |
| HSL | 157.96º | 0.48% | 0.4% | - |
| HSV(B) | 157.96º | 0.64% | 0.6% | - |
| XYZ | 15.9 | 24.5 | 20.41 | - |
| YUV | 118.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 116 | 0.64 | 0 | 0.24 | 0.40 | 157.96 | 0.48 | 0.4 |
| Hex | 36 | 98 | 74 | 40 | 0 | 18 | 28 | 9E | 30 | 28 |
| Octal | 66 | 230 | 164 | 100 | 0 | 30 | 50 | 236 | 60 | 50 |
| Binary | 110110 | 10011000 | 1110100 | 1000000 | 0 | 11000 | 101000 | 10011110 | 110000 | 101000 |
Color Harmonies of #369874
Complementary color
Monochromatic Colors of #369874
Black with #369874
Text Example
Text Example
White with #369874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369874; }
p { color: rgb(54,152,116); }
H1.HeaderClassName
{
color: #369874;
}
.AnyTagClassName
{
color: #369874;
}
</style>
background-color css
<style>
a { background-color: #369874; }
a { background-color: rgb(54,152,116); }
div.DivClassName
{
background-color: #369874;
}
.BgClassName
{
background-color: #369874;
}
</style>
border-color css
<style>
span { border-color: #369874; }
span { border-color: rgb(54,152,116); }
td.TdClassName
{
border-color: #369874;
}
.TagClassName
{
border-color: #369874;
}
</style>