Shades of Gossamer #45A37F
Tints of Gossamer #45A37F
RGB
CMYK
RGB Variations
Color information
#45A37F (or 0x45A37F) is known color: Gossamer. HEX triplet: 45, A3 and 7F. RGB value is (69,163,127). Sum of RGB (Red+Green+Blue) = 69+163+127=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #45A37F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A37F is #BA5C80. Grayscale: #828282. Windows color (decimal): -12213377 or 8364869. OLE color: 8364869.
HSL color Cylindrical-coordinate representation of color #45A37F: hue angle of 157.02º 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 #45A37F is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 163 | 127 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.36 |
| HSL | 157.02º | 0.41% | 0.45% | - |
| HSV(B) | 157.02º | 0.58% | 0.64% | - |
| XYZ | 19.38 | 28.99 | 24.65 | - |
| YUV | 130.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 127 | 0.58 | 0 | 0.22 | 0.36 | 157.02 | 0.41 | 0.45 |
| Hex | 45 | A3 | 7F | 3A | 0 | 16 | 24 | 9D | 29 | 2D |
| Octal | 105 | 243 | 177 | 72 | 0 | 26 | 44 | 235 | 51 | 55 |
| Binary | 1000101 | 10100011 | 1111111 | 111010 | 0 | 10110 | 100100 | 10011101 | 101001 | 101101 |
Color Harmonies of #45A37F
Complementary color
Monochromatic Colors of #45A37F
Black with #45A37F
Text Example
Text Example
White with #45A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A37F; }
p { color: rgb(69,163,127); }
H1.HeaderClassName
{
color: #45A37F;
}
.AnyTagClassName
{
color: #45A37F;
}
</style>
background-color css
<style>
a { background-color: #45A37F; }
a { background-color: rgb(69,163,127); }
div.DivClassName
{
background-color: #45A37F;
}
.BgClassName
{
background-color: #45A37F;
}
</style>
border-color css
<style>
span { border-color: #45A37F; }
span { border-color: rgb(69,163,127); }
td.TdClassName
{
border-color: #45A37F;
}
.TagClassName
{
border-color: #45A37F;
}
</style>