Shades of Gossamer #38A278
Tints of Gossamer #38A278
RGB
CMYK
RGB Variations
Color information
#38A278 (or 0x38A278) is known color: Gossamer. HEX triplet: 38, A2 and 78. RGB value is (56,162,120). Sum of RGB (Red+Green+Blue) = 56+162+120=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #38A278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A278 is #C75D87. Grayscale: #7D7D7D. Windows color (decimal): -13065608 or 7905848. OLE color: 7905848.
HSL color Cylindrical-coordinate representation of color #38A278: hue angle of 156.23º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A278 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 162 | 120 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.36 |
| HSL | 156.23º | 0.49% | 0.43% | - |
| HSV(B) | 156.23º | 0.65% | 0.64% | - |
| XYZ | 17.94 | 28.04 | 22.24 | - |
| YUV | 125.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 162 | 120 | 0.65 | 0 | 0.26 | 0.36 | 156.23 | 0.49 | 0.43 |
| Hex | 38 | A2 | 78 | 41 | 0 | 1A | 24 | 9C | 31 | 2B |
| Octal | 70 | 242 | 170 | 101 | 0 | 32 | 44 | 234 | 61 | 53 |
| Binary | 111000 | 10100010 | 1111000 | 1000001 | 0 | 11010 | 100100 | 10011100 | 110001 | 101011 |
Color Harmonies of #38A278
Complementary color
Monochromatic Colors of #38A278
Black with #38A278
Text Example
Text Example
White with #38A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A278; }
p { color: rgb(56,162,120); }
H1.HeaderClassName
{
color: #38A278;
}
.AnyTagClassName
{
color: #38A278;
}
</style>
background-color css
<style>
a { background-color: #38A278; }
a { background-color: rgb(56,162,120); }
div.DivClassName
{
background-color: #38A278;
}
.BgClassName
{
background-color: #38A278;
}
</style>
border-color css
<style>
span { border-color: #38A278; }
span { border-color: rgb(56,162,120); }
td.TdClassName
{
border-color: #38A278;
}
.TagClassName
{
border-color: #38A278;
}
</style>