Shades of Gossamer #45A389
Tints of Gossamer #45A389
RGB
CMYK
RGB Variations
Color information
#45A389 (or 0x45A389) is known color: Gossamer. HEX triplet: 45, A3 and 89. RGB value is (69,163,137). Sum of RGB (Red+Green+Blue) = 69+163+137=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #45A389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A389 is #BA5C76. Grayscale: #838383. Windows color (decimal): -12213367 or 9020229. OLE color: 9020229.
HSL color Cylindrical-coordinate representation of color #45A389: hue angle of 163.4º 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 #45A389 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 163 | 137 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.36 |
| HSL | 163.4º | 0.41% | 0.45% | - |
| HSV(B) | 163.4º | 0.58% | 0.64% | - |
| XYZ | 20.07 | 29.27 | 28.26 | - |
| YUV | 131.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 137 | 0.58 | 0 | 0.16 | 0.36 | 163.4 | 0.41 | 0.45 |
| Hex | 45 | A3 | 89 | 3A | 0 | 10 | 24 | A3 | 29 | 2D |
| Octal | 105 | 243 | 211 | 72 | 0 | 20 | 44 | 243 | 51 | 55 |
| Binary | 1000101 | 10100011 | 10001001 | 111010 | 0 | 10000 | 100100 | 10100011 | 101001 | 101101 |
Color Harmonies of #45A389
Complementary color
Monochromatic Colors of #45A389
Black with #45A389
Text Example
Text Example
White with #45A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A389; }
p { color: rgb(69,163,137); }
H1.HeaderClassName
{
color: #45A389;
}
.AnyTagClassName
{
color: #45A389;
}
</style>
background-color css
<style>
a { background-color: #45A389; }
a { background-color: rgb(69,163,137); }
div.DivClassName
{
background-color: #45A389;
}
.BgClassName
{
background-color: #45A389;
}
</style>
border-color css
<style>
span { border-color: #45A389; }
span { border-color: rgb(69,163,137); }
td.TdClassName
{
border-color: #45A389;
}
.TagClassName
{
border-color: #45A389;
}
</style>