Shades of Gossamer #3D947A
Tints of Gossamer #3D947A
RGB
CMYK
RGB Variations
Color information
#3D947A (or 0x3D947A) is known color: Gossamer. HEX triplet: 3D, 94 and 7A. RGB value is (61,148,122). Sum of RGB (Red+Green+Blue) = 61+148+122=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #3D947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D947A is #C26B85. Grayscale: #777777. Windows color (decimal): -12741510 or 8033341. OLE color: 8033341.
HSL color Cylindrical-coordinate representation of color #3D947A: hue angle of 162.07º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D947A is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 148 | 122 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.42 |
| HSL | 162.07º | 0.42% | 0.41% | - |
| HSV(B) | 162.07º | 0.59% | 0.58% | - |
| XYZ | 16.03 | 23.58 | 22.12 | - |
| YUV | 119.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 148 | 122 | 0.59 | 0 | 0.18 | 0.42 | 162.07 | 0.42 | 0.41 |
| Hex | 3D | 94 | 7A | 3B | 0 | 12 | 2A | A2 | 2A | 29 |
| Octal | 75 | 224 | 172 | 73 | 0 | 22 | 52 | 242 | 52 | 51 |
| Binary | 111101 | 10010100 | 1111010 | 111011 | 0 | 10010 | 101010 | 10100010 | 101010 | 101001 |
Color Harmonies of #3D947A
Complementary color
Monochromatic Colors of #3D947A
Black with #3D947A
Text Example
Text Example
White with #3D947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D947A; }
p { color: rgb(61,148,122); }
H1.HeaderClassName
{
color: #3D947A;
}
.AnyTagClassName
{
color: #3D947A;
}
</style>
background-color css
<style>
a { background-color: #3D947A; }
a { background-color: rgb(61,148,122); }
div.DivClassName
{
background-color: #3D947A;
}
.BgClassName
{
background-color: #3D947A;
}
</style>
border-color css
<style>
span { border-color: #3D947A; }
span { border-color: rgb(61,148,122); }
td.TdClassName
{
border-color: #3D947A;
}
.TagClassName
{
border-color: #3D947A;
}
</style>