Shades of Gossamer #44A283
Tints of Gossamer #44A283
RGB
CMYK
RGB Variations
Color information
#44A283 (or 0x44A283) is known color: Gossamer. HEX triplet: 44, A2 and 83. RGB value is (68,162,131). Sum of RGB (Red+Green+Blue) = 68+162+131=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #44A283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A283 is #BB5D7C. Grayscale: #828282. Windows color (decimal): -12279165 or 8626756. OLE color: 8626756.
HSL color Cylindrical-coordinate representation of color #44A283: hue angle of 160.21º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A283 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 162 | 131 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.36 |
| HSL | 160.21º | 0.41% | 0.45% | - |
| HSV(B) | 160.21º | 0.58% | 0.64% | - |
| XYZ | 19.4 | 28.71 | 25.99 | - |
| YUV | 130.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 162 | 131 | 0.58 | 0 | 0.19 | 0.36 | 160.21 | 0.41 | 0.45 |
| Hex | 44 | A2 | 83 | 3A | 0 | 13 | 24 | A0 | 29 | 2D |
| Octal | 104 | 242 | 203 | 72 | 0 | 23 | 44 | 240 | 51 | 55 |
| Binary | 1000100 | 10100010 | 10000011 | 111010 | 0 | 10011 | 100100 | 10100000 | 101001 | 101101 |
Color Harmonies of #44A283
Complementary color
Monochromatic Colors of #44A283
Black with #44A283
Text Example
Text Example
White with #44A283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A283; }
p { color: rgb(68,162,131); }
H1.HeaderClassName
{
color: #44A283;
}
.AnyTagClassName
{
color: #44A283;
}
</style>
background-color css
<style>
a { background-color: #44A283; }
a { background-color: rgb(68,162,131); }
div.DivClassName
{
background-color: #44A283;
}
.BgClassName
{
background-color: #44A283;
}
</style>
border-color css
<style>
span { border-color: #44A283; }
span { border-color: rgb(68,162,131); }
td.TdClassName
{
border-color: #44A283;
}
.TagClassName
{
border-color: #44A283;
}
</style>