Shades of Gossamer #3A967B
Tints of Gossamer #3A967B
RGB
CMYK
RGB Variations
Color information
#3A967B (or 0x3A967B) is known color: Gossamer. HEX triplet: 3A, 96 and 7B. RGB value is (58,150,123). Sum of RGB (Red+Green+Blue) = 58+150+123=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #3A967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A967B is #C56984. Grayscale: #777777. Windows color (decimal): -12937605 or 8099386. OLE color: 8099386.
HSL color Cylindrical-coordinate representation of color #3A967B: hue angle of 162.39º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A967B is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 150 | 123 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.41 |
| HSL | 162.39º | 0.44% | 0.41% | - |
| HSV(B) | 162.39º | 0.61% | 0.59% | - |
| XYZ | 16.23 | 24.14 | 22.54 | - |
| YUV | 119.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 123 | 0.61 | 0 | 0.18 | 0.41 | 162.39 | 0.44 | 0.41 |
| Hex | 3A | 96 | 7B | 3D | 0 | 12 | 29 | A2 | 2C | 29 |
| Octal | 72 | 226 | 173 | 75 | 0 | 22 | 51 | 242 | 54 | 51 |
| Binary | 111010 | 10010110 | 1111011 | 111101 | 0 | 10010 | 101001 | 10100010 | 101100 | 101001 |
Color Harmonies of #3A967B
Complementary color
Monochromatic Colors of #3A967B
Black with #3A967B
Text Example
Text Example
White with #3A967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A967B; }
p { color: rgb(58,150,123); }
H1.HeaderClassName
{
color: #3A967B;
}
.AnyTagClassName
{
color: #3A967B;
}
</style>
background-color css
<style>
a { background-color: #3A967B; }
a { background-color: rgb(58,150,123); }
div.DivClassName
{
background-color: #3A967B;
}
.BgClassName
{
background-color: #3A967B;
}
</style>
border-color css
<style>
span { border-color: #3A967B; }
span { border-color: rgb(58,150,123); }
td.TdClassName
{
border-color: #3A967B;
}
.TagClassName
{
border-color: #3A967B;
}
</style>