Shades of Gossamer #45A480
Tints of Gossamer #45A480
RGB
CMYK
RGB Variations
Color information
#45A480 (or 0x45A480) is known color: Gossamer. HEX triplet: 45, A4 and 80. RGB value is (69,164,128). Sum of RGB (Red+Green+Blue) = 69+164+128=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #45A480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A480 is #BA5B7F. Grayscale: #838383. Windows color (decimal): -12213120 or 8430661. OLE color: 8430661.
HSL color Cylindrical-coordinate representation of color #45A480: hue angle of 157.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A480 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 164 | 128 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.36 |
| HSL | 157.26º | 0.41% | 0.46% | - |
| HSV(B) | 157.26º | 0.58% | 0.64% | - |
| XYZ | 19.63 | 29.37 | 25.06 | - |
| YUV | 131.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 164 | 128 | 0.58 | 0 | 0.22 | 0.36 | 157.26 | 0.41 | 0.46 |
| Hex | 45 | A4 | 80 | 3A | 0 | 16 | 24 | 9D | 29 | 2E |
| Octal | 105 | 244 | 200 | 72 | 0 | 26 | 44 | 235 | 51 | 56 |
| Binary | 1000101 | 10100100 | 10000000 | 111010 | 0 | 10110 | 100100 | 10011101 | 101001 | 101110 |
Color Harmonies of #45A480
Complementary color
Monochromatic Colors of #45A480
Black with #45A480
Text Example
Text Example
White with #45A480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A480; }
p { color: rgb(69,164,128); }
H1.HeaderClassName
{
color: #45A480;
}
.AnyTagClassName
{
color: #45A480;
}
</style>
background-color css
<style>
a { background-color: #45A480; }
a { background-color: rgb(69,164,128); }
div.DivClassName
{
background-color: #45A480;
}
.BgClassName
{
background-color: #45A480;
}
</style>
border-color css
<style>
span { border-color: #45A480; }
span { border-color: rgb(69,164,128); }
td.TdClassName
{
border-color: #45A480;
}
.TagClassName
{
border-color: #45A480;
}
</style>