Shades of Gossamer #409B7F
Tints of Gossamer #409B7F
RGB
CMYK
RGB Variations
Color information
#409B7F (or 0x409B7F) is known color: Gossamer. HEX triplet: 40, 9B and 7F. RGB value is (64,155,127). Sum of RGB (Red+Green+Blue) = 64+155+127=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #409B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409B7F is #BF6480. Grayscale: #7C7C7C. Windows color (decimal): -12543105 or 8362816. OLE color: 8362816.
HSL color Cylindrical-coordinate representation of color #409B7F: hue angle of 161.54º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B7F is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 127 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.39 |
| HSL | 161.54º | 0.42% | 0.43% | - |
| HSV(B) | 161.54º | 0.59% | 0.61% | - |
| XYZ | 17.67 | 26.06 | 24.18 | - |
| YUV | 124.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 127 | 0.59 | 0 | 0.18 | 0.39 | 161.54 | 0.42 | 0.43 |
| Hex | 40 | 9B | 7F | 3B | 0 | 12 | 27 | A2 | 2A | 2B |
| Octal | 100 | 233 | 177 | 73 | 0 | 22 | 47 | 242 | 52 | 53 |
| Binary | 1000000 | 10011011 | 1111111 | 111011 | 0 | 10010 | 100111 | 10100010 | 101010 | 101011 |
Color Harmonies of #409B7F
Complementary color
Monochromatic Colors of #409B7F
Black with #409B7F
Text Example
Text Example
White with #409B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B7F; }
p { color: rgb(64,155,127); }
H1.HeaderClassName
{
color: #409B7F;
}
.AnyTagClassName
{
color: #409B7F;
}
</style>
background-color css
<style>
a { background-color: #409B7F; }
a { background-color: rgb(64,155,127); }
div.DivClassName
{
background-color: #409B7F;
}
.BgClassName
{
background-color: #409B7F;
}
</style>
border-color css
<style>
span { border-color: #409B7F; }
span { border-color: rgb(64,155,127); }
td.TdClassName
{
border-color: #409B7F;
}
.TagClassName
{
border-color: #409B7F;
}
</style>