Shades of Gossamer #45B389
Tints of Gossamer #45B389
RGB
CMYK
RGB Variations
Color information
#45B389 (or 0x45B389) is known color: Gossamer. HEX triplet: 45, B3 and 89. RGB value is (69,179,137). Sum of RGB (Red+Green+Blue) = 69+179+137=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #45B389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B389 is #BA4C76. Grayscale: #8D8D8D. Windows color (decimal): -12209271 or 9024325. OLE color: 9024325.
HSL color Cylindrical-coordinate representation of color #45B389: hue angle of 157.09º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B389 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 179 | 137 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.30 |
| HSL | 157.09º | 0.44% | 0.49% | - |
| HSV(B) | 157.09º | 0.61% | 0.7% | - |
| XYZ | 23.09 | 35.31 | 29.27 | - |
| YUV | 141.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 179 | 137 | 0.61 | 0 | 0.23 | 0.30 | 157.09 | 0.44 | 0.49 |
| Hex | 45 | B3 | 89 | 3D | 0 | 17 | 1E | 9D | 2C | 31 |
| Octal | 105 | 263 | 211 | 75 | 0 | 27 | 36 | 235 | 54 | 61 |
| Binary | 1000101 | 10110011 | 10001001 | 111101 | 0 | 10111 | 11110 | 10011101 | 101100 | 110001 |
Color Harmonies of #45B389
Complementary color
Monochromatic Colors of #45B389
Black with #45B389
Text Example
Text Example
White with #45B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B389; }
p { color: rgb(69,179,137); }
H1.HeaderClassName
{
color: #45B389;
}
.AnyTagClassName
{
color: #45B389;
}
</style>
background-color css
<style>
a { background-color: #45B389; }
a { background-color: rgb(69,179,137); }
div.DivClassName
{
background-color: #45B389;
}
.BgClassName
{
background-color: #45B389;
}
</style>
border-color css
<style>
span { border-color: #45B389; }
span { border-color: rgb(69,179,137); }
td.TdClassName
{
border-color: #45B389;
}
.TagClassName
{
border-color: #45B389;
}
</style>