Shades of Gossamer #45A595
Tints of Gossamer #45A595
RGB
CMYK
RGB Variations
Color information
#45A595 (or 0x45A595) is known color: Gossamer. HEX triplet: 45, A5 and 95. RGB value is (69,165,149). Sum of RGB (Red+Green+Blue) = 69+165+149=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #45A595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A595 is #BA5A6A. Grayscale: #868686. Windows color (decimal): -12212843 or 9807173. OLE color: 9807173.
HSL color Cylindrical-coordinate representation of color #45A595: hue angle of 170º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A595 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 165 | 149 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.35 |
| HSL | 170º | 0.41% | 0.46% | - |
| HSV(B) | 170º | 0.58% | 0.65% | - |
| XYZ | 21.33 | 30.35 | 33.17 | - |
| YUV | 134.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 165 | 149 | 0.58 | 0 | 0.10 | 0.35 | 170 | 0.41 | 0.46 |
| Hex | 45 | A5 | 95 | 3A | 0 | A | 23 | AA | 29 | 2E |
| Octal | 105 | 245 | 225 | 72 | 0 | 12 | 43 | 252 | 51 | 56 |
| Binary | 1000101 | 10100101 | 10010101 | 111010 | 0 | 1010 | 100011 | 10101010 | 101001 | 101110 |
Color Harmonies of #45A595
Complementary color
Monochromatic Colors of #45A595
Black with #45A595
Text Example
Text Example
White with #45A595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A595; }
p { color: rgb(69,165,149); }
H1.HeaderClassName
{
color: #45A595;
}
.AnyTagClassName
{
color: #45A595;
}
</style>
background-color css
<style>
a { background-color: #45A595; }
a { background-color: rgb(69,165,149); }
div.DivClassName
{
background-color: #45A595;
}
.BgClassName
{
background-color: #45A595;
}
</style>
border-color css
<style>
span { border-color: #45A595; }
span { border-color: rgb(69,165,149); }
td.TdClassName
{
border-color: #45A595;
}
.TagClassName
{
border-color: #45A595;
}
</style>