Shades of Gossamer #4DA185
Tints of Gossamer #4DA185
RGB
CMYK
RGB Variations
Color information
#4DA185 (or 0x4DA185) is known color: Gossamer. HEX triplet: 4D, A1 and 85. RGB value is (77,161,133). Sum of RGB (Red+Green+Blue) = 77+161+133=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA185 is #B25E7A. Grayscale: #848484. Windows color (decimal): -11689595 or 8757581. OLE color: 8757581.
HSL color Cylindrical-coordinate representation of color #4DA185: hue angle of 160º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA185 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 133 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.37 |
| HSL | 160º | 0.35% | 0.47% | - |
| HSV(B) | 160º | 0.52% | 0.63% | - |
| XYZ | 20.04 | 28.76 | 26.69 | - |
| YUV | 132.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 133 | 0.52 | 0 | 0.17 | 0.37 | 160 | 0.35 | 0.47 |
| Hex | 4D | A1 | 85 | 34 | 0 | 11 | 25 | A0 | 23 | 2F |
| Octal | 115 | 241 | 205 | 64 | 0 | 21 | 45 | 240 | 43 | 57 |
| Binary | 1001101 | 10100001 | 10000101 | 110100 | 0 | 10001 | 100101 | 10100000 | 100011 | 101111 |
Color Harmonies of #4DA185
Complementary color
Monochromatic Colors of #4DA185
Black with #4DA185
Text Example
Text Example
White with #4DA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA185; }
p { color: rgb(77,161,133); }
H1.HeaderClassName
{
color: #4DA185;
}
.AnyTagClassName
{
color: #4DA185;
}
</style>
background-color css
<style>
a { background-color: #4DA185; }
a { background-color: rgb(77,161,133); }
div.DivClassName
{
background-color: #4DA185;
}
.BgClassName
{
background-color: #4DA185;
}
</style>
border-color css
<style>
span { border-color: #4DA185; }
span { border-color: rgb(77,161,133); }
td.TdClassName
{
border-color: #4DA185;
}
.TagClassName
{
border-color: #4DA185;
}
</style>