Shades of Gossamer #45A180
Tints of Gossamer #45A180
RGB
CMYK
RGB Variations
Color information
#45A180 (or 0x45A180) is known color: Gossamer. HEX triplet: 45, A1 and 80. RGB value is (69,161,128). Sum of RGB (Red+Green+Blue) = 69+161+128=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #45A180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A180 is #BA5E7F. Grayscale: #818181. Windows color (decimal): -12213888 or 8429893. OLE color: 8429893.
HSL color Cylindrical-coordinate representation of color #45A180: hue angle of 158.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A180 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 128 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.37 |
| HSL | 158.48º | 0.4% | 0.45% | - |
| HSV(B) | 158.48º | 0.57% | 0.63% | - |
| XYZ | 19.1 | 28.31 | 24.88 | - |
| YUV | 129.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 128 | 0.57 | 0 | 0.20 | 0.37 | 158.48 | 0.4 | 0.45 |
| Hex | 45 | A1 | 80 | 39 | 0 | 14 | 25 | 9E | 28 | 2D |
| Octal | 105 | 241 | 200 | 71 | 0 | 24 | 45 | 236 | 50 | 55 |
| Binary | 1000101 | 10100001 | 10000000 | 111001 | 0 | 10100 | 100101 | 10011110 | 101000 | 101101 |
Color Harmonies of #45A180
Complementary color
Monochromatic Colors of #45A180
Black with #45A180
Text Example
Text Example
White with #45A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A180; }
p { color: rgb(69,161,128); }
H1.HeaderClassName
{
color: #45A180;
}
.AnyTagClassName
{
color: #45A180;
}
</style>
background-color css
<style>
a { background-color: #45A180; }
a { background-color: rgb(69,161,128); }
div.DivClassName
{
background-color: #45A180;
}
.BgClassName
{
background-color: #45A180;
}
</style>
border-color css
<style>
span { border-color: #45A180; }
span { border-color: rgb(69,161,128); }
td.TdClassName
{
border-color: #45A180;
}
.TagClassName
{
border-color: #45A180;
}
</style>