Shades of Gossamer #4CA283
Tints of Gossamer #4CA283
RGB
CMYK
RGB Variations
Color information
#4CA283 (or 0x4CA283) is known color: Gossamer. HEX triplet: 4C, A2 and 83. RGB value is (76,162,131). Sum of RGB (Red+Green+Blue) = 76+162+131=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA283 is #B35D7C. Grayscale: #848484. Windows color (decimal): -11754877 or 8626764. OLE color: 8626764.
HSL color Cylindrical-coordinate representation of color #4CA283: hue angle of 158.37º 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 #4CA283 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 131 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.36 |
| HSL | 158.37º | 0.36% | 0.47% | - |
| HSV(B) | 158.37º | 0.53% | 0.64% | - |
| XYZ | 20 | 29.02 | 26.02 | - |
| YUV | 132.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 131 | 0.53 | 0 | 0.19 | 0.36 | 158.37 | 0.36 | 0.47 |
| Hex | 4C | A2 | 83 | 35 | 0 | 13 | 24 | 9E | 24 | 2F |
| Octal | 114 | 242 | 203 | 65 | 0 | 23 | 44 | 236 | 44 | 57 |
| Binary | 1001100 | 10100010 | 10000011 | 110101 | 0 | 10011 | 100100 | 10011110 | 100100 | 101111 |
Color Harmonies of #4CA283
Complementary color
Monochromatic Colors of #4CA283
Black with #4CA283
Text Example
Text Example
White with #4CA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA283; }
p { color: rgb(76,162,131); }
H1.HeaderClassName
{
color: #4CA283;
}
.AnyTagClassName
{
color: #4CA283;
}
</style>
background-color css
<style>
a { background-color: #4CA283; }
a { background-color: rgb(76,162,131); }
div.DivClassName
{
background-color: #4CA283;
}
.BgClassName
{
background-color: #4CA283;
}
</style>
border-color css
<style>
span { border-color: #4CA283; }
span { border-color: rgb(76,162,131); }
td.TdClassName
{
border-color: #4CA283;
}
.TagClassName
{
border-color: #4CA283;
}
</style>