Shades of Gossamer #369D83
Tints of Gossamer #369D83
RGB
CMYK
RGB Variations
Color information
#369D83 (or 0x369D83) is known color: Gossamer. HEX triplet: 36, 9D and 83. RGB value is (54,157,131). Sum of RGB (Red+Green+Blue) = 54+157+131=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #369D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D83 is #C9627C. Grayscale: #7B7B7B. Windows color (decimal): -13197949 or 8625462. OLE color: 8625462.
HSL color Cylindrical-coordinate representation of color #369D83: hue angle of 164.85º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D83 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 131 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.38 |
| HSL | 164.85º | 0.49% | 0.41% | - |
| HSV(B) | 164.85º | 0.66% | 0.62% | - |
| XYZ | 17.68 | 26.54 | 25.66 | - |
| YUV | 123.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 131 | 0.66 | 0 | 0.17 | 0.38 | 164.85 | 0.49 | 0.41 |
| Hex | 36 | 9D | 83 | 42 | 0 | 11 | 26 | A5 | 31 | 29 |
| Octal | 66 | 235 | 203 | 102 | 0 | 21 | 46 | 245 | 61 | 51 |
| Binary | 110110 | 10011101 | 10000011 | 1000010 | 0 | 10001 | 100110 | 10100101 | 110001 | 101001 |
Color Harmonies of #369D83
Complementary color
Monochromatic Colors of #369D83
Black with #369D83
Text Example
Text Example
White with #369D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D83; }
p { color: rgb(54,157,131); }
H1.HeaderClassName
{
color: #369D83;
}
.AnyTagClassName
{
color: #369D83;
}
</style>
background-color css
<style>
a { background-color: #369D83; }
a { background-color: rgb(54,157,131); }
div.DivClassName
{
background-color: #369D83;
}
.BgClassName
{
background-color: #369D83;
}
</style>
border-color css
<style>
span { border-color: #369D83; }
span { border-color: rgb(54,157,131); }
td.TdClassName
{
border-color: #369D83;
}
.TagClassName
{
border-color: #369D83;
}
</style>