Shades of Gossamer #45B387
Tints of Gossamer #45B387
RGB
CMYK
RGB Variations
Color information
#45B387 (or 0x45B387) is known color: Gossamer. HEX triplet: 45, B3 and 87. RGB value is (69,179,135). Sum of RGB (Red+Green+Blue) = 69+179+135=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #45B387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B387 is #BA4C78. Grayscale: #8D8D8D. Windows color (decimal): -12209273 or 8893253. OLE color: 8893253.
HSL color Cylindrical-coordinate representation of color #45B387: hue angle of 156º 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 #45B387 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 179 | 135 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.30 |
| HSL | 156º | 0.44% | 0.49% | - |
| HSV(B) | 156º | 0.61% | 0.7% | - |
| XYZ | 22.95 | 35.25 | 28.52 | - |
| YUV | 141.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 179 | 135 | 0.61 | 0 | 0.25 | 0.30 | 156 | 0.44 | 0.49 |
| Hex | 45 | B3 | 87 | 3D | 0 | 19 | 1E | 9C | 2C | 31 |
| Octal | 105 | 263 | 207 | 75 | 0 | 31 | 36 | 234 | 54 | 61 |
| Binary | 1000101 | 10110011 | 10000111 | 111101 | 0 | 11001 | 11110 | 10011100 | 101100 | 110001 |
Color Harmonies of #45B387
Complementary color
Monochromatic Colors of #45B387
Black with #45B387
Text Example
Text Example
White with #45B387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B387; }
p { color: rgb(69,179,135); }
H1.HeaderClassName
{
color: #45B387;
}
.AnyTagClassName
{
color: #45B387;
}
</style>
background-color css
<style>
a { background-color: #45B387; }
a { background-color: rgb(69,179,135); }
div.DivClassName
{
background-color: #45B387;
}
.BgClassName
{
background-color: #45B387;
}
</style>
border-color css
<style>
span { border-color: #45B387; }
span { border-color: rgb(69,179,135); }
td.TdClassName
{
border-color: #45B387;
}
.TagClassName
{
border-color: #45B387;
}
</style>