Shades of Gossamer #369A74
Tints of Gossamer #369A74
RGB
CMYK
RGB Variations
Color information
#369A74 (or 0x369A74) is known color: Gossamer. HEX triplet: 36, 9A and 74. RGB value is (54,154,116). Sum of RGB (Red+Green+Blue) = 54+154+116=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #369A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A74 is #C9658B. Grayscale: #777777. Windows color (decimal): -13198732 or 7641654. OLE color: 7641654.
HSL color Cylindrical-coordinate representation of color #369A74: hue angle of 157.2º 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 #369A74 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 116 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.40 |
| HSL | 157.2º | 0.48% | 0.41% | - |
| HSV(B) | 157.2º | 0.65% | 0.6% | - |
| XYZ | 16.23 | 25.16 | 20.52 | - |
| YUV | 119.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 116 | 0.65 | 0 | 0.25 | 0.40 | 157.2 | 0.48 | 0.41 |
| Hex | 36 | 9A | 74 | 41 | 0 | 19 | 28 | 9D | 30 | 29 |
| Octal | 66 | 232 | 164 | 101 | 0 | 31 | 50 | 235 | 60 | 51 |
| Binary | 110110 | 10011010 | 1110100 | 1000001 | 0 | 11001 | 101000 | 10011101 | 110000 | 101001 |
Color Harmonies of #369A74
Complementary color
Monochromatic Colors of #369A74
Black with #369A74
Text Example
Text Example
White with #369A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A74; }
p { color: rgb(54,154,116); }
H1.HeaderClassName
{
color: #369A74;
}
.AnyTagClassName
{
color: #369A74;
}
</style>
background-color css
<style>
a { background-color: #369A74; }
a { background-color: rgb(54,154,116); }
div.DivClassName
{
background-color: #369A74;
}
.BgClassName
{
background-color: #369A74;
}
</style>
border-color css
<style>
span { border-color: #369A74; }
span { border-color: rgb(54,154,116); }
td.TdClassName
{
border-color: #369A74;
}
.TagClassName
{
border-color: #369A74;
}
</style>