Shades of Gossamer #38A77F
Tints of Gossamer #38A77F
RGB
CMYK
RGB Variations
Color information
#38A77F (or 0x38A77F) is known color: Gossamer. HEX triplet: 38, A7 and 7F. RGB value is (56,167,127). Sum of RGB (Red+Green+Blue) = 56+167+127=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #38A77F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A77F is #C75880. Grayscale: #818181. Windows color (decimal): -13064321 or 8365880. OLE color: 8365880.
HSL color Cylindrical-coordinate representation of color #38A77F: hue angle of 158.38º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A77F is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 167 | 127 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.35 |
| HSL | 158.38º | 0.5% | 0.44% | - |
| HSV(B) | 158.38º | 0.66% | 0.65% | - |
| XYZ | 19.28 | 30.01 | 24.86 | - |
| YUV | 129.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 167 | 127 | 0.66 | 0 | 0.24 | 0.35 | 158.38 | 0.5 | 0.44 |
| Hex | 38 | A7 | 7F | 42 | 0 | 18 | 23 | 9E | 32 | 2C |
| Octal | 70 | 247 | 177 | 102 | 0 | 30 | 43 | 236 | 62 | 54 |
| Binary | 111000 | 10100111 | 1111111 | 1000010 | 0 | 11000 | 100011 | 10011110 | 110010 | 101100 |
Color Harmonies of #38A77F
Complementary color
Monochromatic Colors of #38A77F
Black with #38A77F
Text Example
Text Example
White with #38A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A77F; }
p { color: rgb(56,167,127); }
H1.HeaderClassName
{
color: #38A77F;
}
.AnyTagClassName
{
color: #38A77F;
}
</style>
background-color css
<style>
a { background-color: #38A77F; }
a { background-color: rgb(56,167,127); }
div.DivClassName
{
background-color: #38A77F;
}
.BgClassName
{
background-color: #38A77F;
}
</style>
border-color css
<style>
span { border-color: #38A77F; }
span { border-color: rgb(56,167,127); }
td.TdClassName
{
border-color: #38A77F;
}
.TagClassName
{
border-color: #38A77F;
}
</style>