Shades of Gossamer #369975
Tints of Gossamer #369975
RGB
CMYK
RGB Variations
Color information
#369975 (or 0x369975) is known color: Gossamer. HEX triplet: 36, 99 and 75. RGB value is (54,153,117). Sum of RGB (Red+Green+Blue) = 54+153+117=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #369975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369975 is #C9668A. Grayscale: #777777. Windows color (decimal): -13198987 or 7706934. OLE color: 7706934.
HSL color Cylindrical-coordinate representation of color #369975: hue angle of 158.18º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369975 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 153 | 117 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.4 |
| HSL | 158.18º | 0.48% | 0.41% | - |
| HSV(B) | 158.18º | 0.65% | 0.6% | - |
| XYZ | 16.12 | 24.85 | 20.78 | - |
| YUV | 119.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 117 | 0.65 | 0 | 0.24 | 0.4 | 158.18 | 0.48 | 0.41 |
| Hex | 36 | 99 | 75 | 41 | 0 | 18 | 28 | 9E | 30 | 29 |
| Octal | 66 | 231 | 165 | 101 | 0 | 30 | 50 | 236 | 60 | 51 |
| Binary | 110110 | 10011001 | 1110101 | 1000001 | 0 | 11000 | 101000 | 10011110 | 110000 | 101001 |
Color Harmonies of #369975
Complementary color
Monochromatic Colors of #369975
Black with #369975
Text Example
Text Example
White with #369975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369975; }
p { color: rgb(54,153,117); }
H1.HeaderClassName
{
color: #369975;
}
.AnyTagClassName
{
color: #369975;
}
</style>
background-color css
<style>
a { background-color: #369975; }
a { background-color: rgb(54,153,117); }
div.DivClassName
{
background-color: #369975;
}
.BgClassName
{
background-color: #369975;
}
</style>
border-color css
<style>
span { border-color: #369975; }
span { border-color: rgb(54,153,117); }
td.TdClassName
{
border-color: #369975;
}
.TagClassName
{
border-color: #369975;
}
</style>