Shades of Gossamer #369185
Tints of Gossamer #369185
RGB
CMYK
RGB Variations
Color information
#369185 (or 0x369185) is known color: Gossamer. HEX triplet: 36, 91 and 85. RGB value is (54,145,133). Sum of RGB (Red+Green+Blue) = 54+145+133=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #369185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369185 is #C96E7A. Grayscale: #747474. Windows color (decimal): -13201019 or 8753462. OLE color: 8753462.
HSL color Cylindrical-coordinate representation of color #369185: hue angle of 172.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369185 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 133 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.43 |
| HSL | 172.09º | 0.46% | 0.39% | - |
| HSV(B) | 172.09º | 0.63% | 0.57% | - |
| XYZ | 15.88 | 22.73 | 25.74 | - |
| YUV | 116.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 133 | 0.63 | 0 | 0.08 | 0.43 | 172.09 | 0.46 | 0.39 |
| Hex | 36 | 91 | 85 | 3F | 0 | 8 | 2B | AC | 2E | 27 |
| Octal | 66 | 221 | 205 | 77 | 0 | 10 | 53 | 254 | 56 | 47 |
| Binary | 110110 | 10010001 | 10000101 | 111111 | 0 | 1000 | 101011 | 10101100 | 101110 | 100111 |
Color Harmonies of #369185
Complementary color
Monochromatic Colors of #369185
Black with #369185
Text Example
Text Example
White with #369185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369185; }
p { color: rgb(54,145,133); }
H1.HeaderClassName
{
color: #369185;
}
.AnyTagClassName
{
color: #369185;
}
</style>
background-color css
<style>
a { background-color: #369185; }
a { background-color: rgb(54,145,133); }
div.DivClassName
{
background-color: #369185;
}
.BgClassName
{
background-color: #369185;
}
</style>
border-color css
<style>
span { border-color: #369185; }
span { border-color: rgb(54,145,133); }
td.TdClassName
{
border-color: #369185;
}
.TagClassName
{
border-color: #369185;
}
</style>