Shades of Gossamer #4AA28A
Tints of Gossamer #4AA28A
RGB
CMYK
RGB Variations
Color information
#4AA28A (or 0x4AA28A) is known color: Gossamer. HEX triplet: 4A, A2 and 8A. RGB value is (74,162,138). Sum of RGB (Red+Green+Blue) = 74+162+138=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA28A is #B55D75. Grayscale: #848484. Windows color (decimal): -11885942 or 9085514. OLE color: 9085514.
HSL color Cylindrical-coordinate representation of color #4AA28A: hue angle of 163.64º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA28A is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 138 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.36 |
| HSL | 163.64º | 0.37% | 0.46% | - |
| HSV(B) | 163.64º | 0.54% | 0.64% | - |
| XYZ | 20.33 | 29.13 | 28.6 | - |
| YUV | 132.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 138 | 0.54 | 0 | 0.15 | 0.36 | 163.64 | 0.37 | 0.46 |
| Hex | 4A | A2 | 8A | 36 | 0 | F | 24 | A4 | 25 | 2E |
| Octal | 112 | 242 | 212 | 66 | 0 | 17 | 44 | 244 | 45 | 56 |
| Binary | 1001010 | 10100010 | 10001010 | 110110 | 0 | 1111 | 100100 | 10100100 | 100101 | 101110 |
Color Harmonies of #4AA28A
Complementary color
Monochromatic Colors of #4AA28A
Black with #4AA28A
Text Example
Text Example
White with #4AA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA28A; }
p { color: rgb(74,162,138); }
H1.HeaderClassName
{
color: #4AA28A;
}
.AnyTagClassName
{
color: #4AA28A;
}
</style>
background-color css
<style>
a { background-color: #4AA28A; }
a { background-color: rgb(74,162,138); }
div.DivClassName
{
background-color: #4AA28A;
}
.BgClassName
{
background-color: #4AA28A;
}
</style>
border-color css
<style>
span { border-color: #4AA28A; }
span { border-color: rgb(74,162,138); }
td.TdClassName
{
border-color: #4AA28A;
}
.TagClassName
{
border-color: #4AA28A;
}
</style>