Shades of Gossamer #4DA28A
Tints of Gossamer #4DA28A
RGB
CMYK
RGB Variations
Color information
#4DA28A (or 0x4DA28A) is known color: Gossamer. HEX triplet: 4D, A2 and 8A. RGB value is (77,162,138). Sum of RGB (Red+Green+Blue) = 77+162+138=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA28A is #B25D75. Grayscale: #858585. Windows color (decimal): -11689334 or 9085517. OLE color: 9085517.
HSL color Cylindrical-coordinate representation of color #4DA28A: hue angle of 163.06º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA28A is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 162 | 138 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.36 |
| HSL | 163.06º | 0.36% | 0.47% | - |
| HSV(B) | 163.06º | 0.52% | 0.64% | - |
| XYZ | 20.57 | 29.25 | 28.61 | - |
| YUV | 133.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 138 | 0.52 | 0 | 0.15 | 0.36 | 163.06 | 0.36 | 0.47 |
| Hex | 4D | A2 | 8A | 34 | 0 | F | 24 | A3 | 24 | 2F |
| Octal | 115 | 242 | 212 | 64 | 0 | 17 | 44 | 243 | 44 | 57 |
| Binary | 1001101 | 10100010 | 10001010 | 110100 | 0 | 1111 | 100100 | 10100011 | 100100 | 101111 |
Color Harmonies of #4DA28A
Complementary color
Monochromatic Colors of #4DA28A
Black with #4DA28A
Text Example
Text Example
White with #4DA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA28A; }
p { color: rgb(77,162,138); }
H1.HeaderClassName
{
color: #4DA28A;
}
.AnyTagClassName
{
color: #4DA28A;
}
</style>
background-color css
<style>
a { background-color: #4DA28A; }
a { background-color: rgb(77,162,138); }
div.DivClassName
{
background-color: #4DA28A;
}
.BgClassName
{
background-color: #4DA28A;
}
</style>
border-color css
<style>
span { border-color: #4DA28A; }
span { border-color: rgb(77,162,138); }
td.TdClassName
{
border-color: #4DA28A;
}
.TagClassName
{
border-color: #4DA28A;
}
</style>