Shades of Gossamer #38A281
Tints of Gossamer #38A281
RGB
CMYK
RGB Variations
Color information
#38A281 (or 0x38A281) is known color: Gossamer. HEX triplet: 38, A2 and 81. RGB value is (56,162,129). Sum of RGB (Red+Green+Blue) = 56+162+129=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #38A281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A281 is #C75D7E. Grayscale: #7E7E7E. Windows color (decimal): -13065599 or 8495672. OLE color: 8495672.
HSL color Cylindrical-coordinate representation of color #38A281: hue angle of 161.32º 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 #38A281 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 162 | 129 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.36 |
| HSL | 161.32º | 0.49% | 0.43% | - |
| HSV(B) | 161.32º | 0.65% | 0.64% | - |
| XYZ | 18.51 | 28.27 | 25.25 | - |
| YUV | 126.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 162 | 129 | 0.65 | 0 | 0.20 | 0.36 | 161.32 | 0.49 | 0.43 |
| Hex | 38 | A2 | 81 | 41 | 0 | 14 | 24 | A1 | 31 | 2B |
| Octal | 70 | 242 | 201 | 101 | 0 | 24 | 44 | 241 | 61 | 53 |
| Binary | 111000 | 10100010 | 10000001 | 1000001 | 0 | 10100 | 100100 | 10100001 | 110001 | 101011 |
Color Harmonies of #38A281
Complementary color
Monochromatic Colors of #38A281
Black with #38A281
Text Example
Text Example
White with #38A281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A281; }
p { color: rgb(56,162,129); }
H1.HeaderClassName
{
color: #38A281;
}
.AnyTagClassName
{
color: #38A281;
}
</style>
background-color css
<style>
a { background-color: #38A281; }
a { background-color: rgb(56,162,129); }
div.DivClassName
{
background-color: #38A281;
}
.BgClassName
{
background-color: #38A281;
}
</style>
border-color css
<style>
span { border-color: #38A281; }
span { border-color: rgb(56,162,129); }
td.TdClassName
{
border-color: #38A281;
}
.TagClassName
{
border-color: #38A281;
}
</style>