Shades of Gossamer #4CA28A
Tints of Gossamer #4CA28A
RGB
CMYK
RGB Variations
Color information
#4CA28A (or 0x4CA28A) is known color: Gossamer. HEX triplet: 4C, A2 and 8A. RGB value is (76,162,138). Sum of RGB (Red+Green+Blue) = 76+162+138=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA28A is #B35D75. Grayscale: #858585. Windows color (decimal): -11754870 or 9085516. OLE color: 9085516.
HSL color Cylindrical-coordinate representation of color #4CA28A: hue angle of 163.26º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA28A is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 138 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.36 |
| HSL | 163.26º | 0.36% | 0.47% | - |
| HSV(B) | 163.26º | 0.53% | 0.64% | - |
| XYZ | 20.49 | 29.21 | 28.6 | - |
| YUV | 133.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 138 | 0.53 | 0 | 0.15 | 0.36 | 163.26 | 0.36 | 0.47 |
| Hex | 4C | A2 | 8A | 35 | 0 | F | 24 | A3 | 24 | 2F |
| Octal | 114 | 242 | 212 | 65 | 0 | 17 | 44 | 243 | 44 | 57 |
| Binary | 1001100 | 10100010 | 10001010 | 110101 | 0 | 1111 | 100100 | 10100011 | 100100 | 101111 |
Color Harmonies of #4CA28A
Complementary color
Monochromatic Colors of #4CA28A
Black with #4CA28A
Text Example
Text Example
White with #4CA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA28A; }
p { color: rgb(76,162,138); }
H1.HeaderClassName
{
color: #4CA28A;
}
.AnyTagClassName
{
color: #4CA28A;
}
</style>
background-color css
<style>
a { background-color: #4CA28A; }
a { background-color: rgb(76,162,138); }
div.DivClassName
{
background-color: #4CA28A;
}
.BgClassName
{
background-color: #4CA28A;
}
</style>
border-color css
<style>
span { border-color: #4CA28A; }
span { border-color: rgb(76,162,138); }
td.TdClassName
{
border-color: #4CA28A;
}
.TagClassName
{
border-color: #4CA28A;
}
</style>