Shades of Gossamer #369575
Tints of Gossamer #369575
RGB
CMYK
RGB Variations
Color information
#369575 (or 0x369575) is known color: Gossamer. HEX triplet: 36, 95 and 75. RGB value is (54,149,117). Sum of RGB (Red+Green+Blue) = 54+149+117=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #369575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369575 is #C96A8A. Grayscale: #747474. Windows color (decimal): -13200011 or 7705910. OLE color: 7705910.
HSL color Cylindrical-coordinate representation of color #369575: hue angle of 159.79º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369575 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 117 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.42 |
| HSL | 159.79º | 0.47% | 0.4% | - |
| HSV(B) | 159.79º | 0.64% | 0.58% | - |
| XYZ | 15.48 | 23.56 | 20.56 | - |
| YUV | 116.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 117 | 0.64 | 0 | 0.21 | 0.42 | 159.79 | 0.47 | 0.4 |
| Hex | 36 | 95 | 75 | 40 | 0 | 15 | 2A | A0 | 2F | 28 |
| Octal | 66 | 225 | 165 | 100 | 0 | 25 | 52 | 240 | 57 | 50 |
| Binary | 110110 | 10010101 | 1110101 | 1000000 | 0 | 10101 | 101010 | 10100000 | 101111 | 101000 |
Color Harmonies of #369575
Complementary color
Monochromatic Colors of #369575
Black with #369575
Text Example
Text Example
White with #369575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369575; }
p { color: rgb(54,149,117); }
H1.HeaderClassName
{
color: #369575;
}
.AnyTagClassName
{
color: #369575;
}
</style>
background-color css
<style>
a { background-color: #369575; }
a { background-color: rgb(54,149,117); }
div.DivClassName
{
background-color: #369575;
}
.BgClassName
{
background-color: #369575;
}
</style>
border-color css
<style>
span { border-color: #369575; }
span { border-color: rgb(54,149,117); }
td.TdClassName
{
border-color: #369575;
}
.TagClassName
{
border-color: #369575;
}
</style>