Shades of Gossamer #38A181
Tints of Gossamer #38A181
RGB
CMYK
RGB Variations
Color information
#38A181 (or 0x38A181) is known color: Gossamer. HEX triplet: 38, A1 and 81. RGB value is (56,161,129). Sum of RGB (Red+Green+Blue) = 56+161+129=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #38A181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A181 is #C75E7E. Grayscale: #7D7D7D. Windows color (decimal): -13065855 or 8495416. OLE color: 8495416.
HSL color Cylindrical-coordinate representation of color #38A181: hue angle of 161.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A181 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 161 | 129 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.37 |
| HSL | 161.71º | 0.48% | 0.43% | - |
| HSV(B) | 161.71º | 0.65% | 0.63% | - |
| XYZ | 18.34 | 27.92 | 25.19 | - |
| YUV | 125.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 161 | 129 | 0.65 | 0 | 0.20 | 0.37 | 161.71 | 0.48 | 0.43 |
| Hex | 38 | A1 | 81 | 41 | 0 | 14 | 25 | A2 | 30 | 2B |
| Octal | 70 | 241 | 201 | 101 | 0 | 24 | 45 | 242 | 60 | 53 |
| Binary | 111000 | 10100001 | 10000001 | 1000001 | 0 | 10100 | 100101 | 10100010 | 110000 | 101011 |
Color Harmonies of #38A181
Complementary color
Monochromatic Colors of #38A181
Black with #38A181
Text Example
Text Example
White with #38A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A181; }
p { color: rgb(56,161,129); }
H1.HeaderClassName
{
color: #38A181;
}
.AnyTagClassName
{
color: #38A181;
}
</style>
background-color css
<style>
a { background-color: #38A181; }
a { background-color: rgb(56,161,129); }
div.DivClassName
{
background-color: #38A181;
}
.BgClassName
{
background-color: #38A181;
}
</style>
border-color css
<style>
span { border-color: #38A181; }
span { border-color: rgb(56,161,129); }
td.TdClassName
{
border-color: #38A181;
}
.TagClassName
{
border-color: #38A181;
}
</style>