Shades of Gossamer #44B78B
Tints of Gossamer #44B78B
RGB
CMYK
RGB Variations
Color information
#44B78B (or 0x44B78B) is known color: Gossamer. HEX triplet: 44, B7 and 8B. RGB value is (68,183,139). Sum of RGB (Red+Green+Blue) = 68+183+139=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #44B78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B78B is #BB4874. Grayscale: #8F8F8F. Windows color (decimal): -12273781 or 9156420. OLE color: 9156420.
HSL color Cylindrical-coordinate representation of color #44B78B: hue angle of 157.04º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B78B is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 183 | 139 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.28 |
| HSL | 157.04º | 0.46% | 0.49% | - |
| HSV(B) | 157.04º | 0.63% | 0.72% | - |
| XYZ | 23.98 | 36.96 | 30.3 | - |
| YUV | 143.6 | 125.4 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 139 | 0.63 | 0 | 0.24 | 0.28 | 157.04 | 0.46 | 0.49 |
| Hex | 44 | B7 | 8B | 3F | 0 | 18 | 1C | 9D | 2E | 31 |
| Octal | 104 | 267 | 213 | 77 | 0 | 30 | 34 | 235 | 56 | 61 |
| Binary | 1000100 | 10110111 | 10001011 | 111111 | 0 | 11000 | 11100 | 10011101 | 101110 | 110001 |
Color Harmonies of #44B78B
Complementary color
Monochromatic Colors of #44B78B
Black with #44B78B
Text Example
Text Example
White with #44B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B78B; }
p { color: rgb(68,183,139); }
H1.HeaderClassName
{
color: #44B78B;
}
.AnyTagClassName
{
color: #44B78B;
}
</style>
background-color css
<style>
a { background-color: #44B78B; }
a { background-color: rgb(68,183,139); }
div.DivClassName
{
background-color: #44B78B;
}
.BgClassName
{
background-color: #44B78B;
}
</style>
border-color css
<style>
span { border-color: #44B78B; }
span { border-color: rgb(68,183,139); }
td.TdClassName
{
border-color: #44B78B;
}
.TagClassName
{
border-color: #44B78B;
}
</style>