Shades of Gossamer #35A278
Tints of Gossamer #35A278
RGB
CMYK
RGB Variations
Color information
#35A278 (or 0x35A278) is known color: Gossamer. HEX triplet: 35, A2 and 78. RGB value is (53,162,120). Sum of RGB (Red+Green+Blue) = 53+162+120=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #35A278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A278 is #CA5D87. Grayscale: #7C7C7C. Windows color (decimal): -13262216 or 7905845. OLE color: 7905845.
HSL color Cylindrical-coordinate representation of color #35A278: hue angle of 156.88º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A278 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 162 | 120 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.36 |
| HSL | 156.88º | 0.51% | 0.42% | - |
| HSV(B) | 156.88º | 0.67% | 0.64% | - |
| XYZ | 17.78 | 27.95 | 22.23 | - |
| YUV | 124.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 162 | 120 | 0.67 | 0 | 0.26 | 0.36 | 156.88 | 0.51 | 0.42 |
| Hex | 35 | A2 | 78 | 43 | 0 | 1A | 24 | 9D | 33 | 2A |
| Octal | 65 | 242 | 170 | 103 | 0 | 32 | 44 | 235 | 63 | 52 |
| Binary | 110101 | 10100010 | 1111000 | 1000011 | 0 | 11010 | 100100 | 10011101 | 110011 | 101010 |
Color Harmonies of #35A278
Complementary color
Monochromatic Colors of #35A278
Black with #35A278
Text Example
Text Example
White with #35A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A278; }
p { color: rgb(53,162,120); }
H1.HeaderClassName
{
color: #35A278;
}
.AnyTagClassName
{
color: #35A278;
}
</style>
background-color css
<style>
a { background-color: #35A278; }
a { background-color: rgb(53,162,120); }
div.DivClassName
{
background-color: #35A278;
}
.BgClassName
{
background-color: #35A278;
}
</style>
border-color css
<style>
span { border-color: #35A278; }
span { border-color: rgb(53,162,120); }
td.TdClassName
{
border-color: #35A278;
}
.TagClassName
{
border-color: #35A278;
}
</style>