Shades of Gossamer #4DA584
Tints of Gossamer #4DA584
RGB
CMYK
RGB Variations
Color information
#4DA584 (or 0x4DA584) is known color: Gossamer. HEX triplet: 4D, A5 and 84. RGB value is (77,165,132). Sum of RGB (Red+Green+Blue) = 77+165+132=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA584 is #B25A7B. Grayscale: #868686. Windows color (decimal): -11688572 or 8693069. OLE color: 8693069.
HSL color Cylindrical-coordinate representation of color #4DA584: hue angle of 157.5º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA584 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 132 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.35 |
| HSL | 157.5º | 0.36% | 0.47% | - |
| HSV(B) | 157.5º | 0.53% | 0.65% | - |
| XYZ | 20.68 | 30.15 | 26.56 | - |
| YUV | 134.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 132 | 0.53 | 0 | 0.20 | 0.35 | 157.5 | 0.36 | 0.47 |
| Hex | 4D | A5 | 84 | 35 | 0 | 14 | 23 | 9E | 24 | 2F |
| Octal | 115 | 245 | 204 | 65 | 0 | 24 | 43 | 236 | 44 | 57 |
| Binary | 1001101 | 10100101 | 10000100 | 110101 | 0 | 10100 | 100011 | 10011110 | 100100 | 101111 |
Color Harmonies of #4DA584
Complementary color
Monochromatic Colors of #4DA584
Black with #4DA584
Text Example
Text Example
White with #4DA584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA584; }
p { color: rgb(77,165,132); }
H1.HeaderClassName
{
color: #4DA584;
}
.AnyTagClassName
{
color: #4DA584;
}
</style>
background-color css
<style>
a { background-color: #4DA584; }
a { background-color: rgb(77,165,132); }
div.DivClassName
{
background-color: #4DA584;
}
.BgClassName
{
background-color: #4DA584;
}
</style>
border-color css
<style>
span { border-color: #4DA584; }
span { border-color: rgb(77,165,132); }
td.TdClassName
{
border-color: #4DA584;
}
.TagClassName
{
border-color: #4DA584;
}
</style>