Shades of Gossamer #369F83
Tints of Gossamer #369F83
RGB
CMYK
RGB Variations
Color information
#369F83 (or 0x369F83) is known color: Gossamer. HEX triplet: 36, 9F and 83. RGB value is (54,159,131). Sum of RGB (Red+Green+Blue) = 54+159+131=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #369F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369F83 is #C9607C. Grayscale: #7C7C7C. Windows color (decimal): -13197437 or 8625974. OLE color: 8625974.
HSL color Cylindrical-coordinate representation of color #369F83: hue angle of 164º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F83 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 131 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.38 |
| HSL | 164º | 0.49% | 0.42% | - |
| HSV(B) | 164º | 0.66% | 0.62% | - |
| XYZ | 18.02 | 27.22 | 25.78 | - |
| YUV | 124.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 131 | 0.66 | 0 | 0.18 | 0.38 | 164 | 0.49 | 0.42 |
| Hex | 36 | 9F | 83 | 42 | 0 | 12 | 26 | A4 | 31 | 2A |
| Octal | 66 | 237 | 203 | 102 | 0 | 22 | 46 | 244 | 61 | 52 |
| Binary | 110110 | 10011111 | 10000011 | 1000010 | 0 | 10010 | 100110 | 10100100 | 110001 | 101010 |
Color Harmonies of #369F83
Complementary color
Monochromatic Colors of #369F83
Black with #369F83
Text Example
Text Example
White with #369F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F83; }
p { color: rgb(54,159,131); }
H1.HeaderClassName
{
color: #369F83;
}
.AnyTagClassName
{
color: #369F83;
}
</style>
background-color css
<style>
a { background-color: #369F83; }
a { background-color: rgb(54,159,131); }
div.DivClassName
{
background-color: #369F83;
}
.BgClassName
{
background-color: #369F83;
}
</style>
border-color css
<style>
span { border-color: #369F83; }
span { border-color: rgb(54,159,131); }
td.TdClassName
{
border-color: #369F83;
}
.TagClassName
{
border-color: #369F83;
}
</style>