Shades of Gossamer #44A484
Tints of Gossamer #44A484
RGB
CMYK
RGB Variations
Color information
#44A484 (or 0x44A484) is known color: Gossamer. HEX triplet: 44, A4 and 84. RGB value is (68,164,132). Sum of RGB (Red+Green+Blue) = 68+164+132=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #44A484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A484 is #BB5B7B. Grayscale: #838383. Windows color (decimal): -12278652 or 8692804. OLE color: 8692804.
HSL color Cylindrical-coordinate representation of color #44A484: hue angle of 160º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A484 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 164 | 132 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.36 |
| HSL | 160º | 0.41% | 0.45% | - |
| HSV(B) | 160º | 0.59% | 0.64% | - |
| XYZ | 19.82 | 29.45 | 26.47 | - |
| YUV | 131.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 164 | 132 | 0.59 | 0 | 0.20 | 0.36 | 160 | 0.41 | 0.45 |
| Hex | 44 | A4 | 84 | 3B | 0 | 14 | 24 | A0 | 29 | 2D |
| Octal | 104 | 244 | 204 | 73 | 0 | 24 | 44 | 240 | 51 | 55 |
| Binary | 1000100 | 10100100 | 10000100 | 111011 | 0 | 10100 | 100100 | 10100000 | 101001 | 101101 |
Color Harmonies of #44A484
Complementary color
Monochromatic Colors of #44A484
Black with #44A484
Text Example
Text Example
White with #44A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A484; }
p { color: rgb(68,164,132); }
H1.HeaderClassName
{
color: #44A484;
}
.AnyTagClassName
{
color: #44A484;
}
</style>
background-color css
<style>
a { background-color: #44A484; }
a { background-color: rgb(68,164,132); }
div.DivClassName
{
background-color: #44A484;
}
.BgClassName
{
background-color: #44A484;
}
</style>
border-color css
<style>
span { border-color: #44A484; }
span { border-color: rgb(68,164,132); }
td.TdClassName
{
border-color: #44A484;
}
.TagClassName
{
border-color: #44A484;
}
</style>