Shades of Gossamer #45B58C
Tints of Gossamer #45B58C
RGB
CMYK
RGB Variations
Color information
#45B58C (or 0x45B58C) is known color: Gossamer. HEX triplet: 45, B5 and 8C. RGB value is (69,181,140). Sum of RGB (Red+Green+Blue) = 69+181+140=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #45B58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45B58C is #BA4A73. Grayscale: #8E8E8E. Windows color (decimal): -12208756 or 9221445. OLE color: 9221445.
HSL color Cylindrical-coordinate representation of color #45B58C: hue angle of 158.04º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B58C is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 181 | 140 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.29 |
| HSL | 158.04º | 0.45% | 0.49% | - |
| HSV(B) | 158.04º | 0.62% | 0.71% | - |
| XYZ | 23.71 | 36.21 | 30.55 | - |
| YUV | 142.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 181 | 140 | 0.62 | 0 | 0.23 | 0.29 | 158.04 | 0.45 | 0.49 |
| Hex | 45 | B5 | 8C | 3E | 0 | 17 | 1D | 9E | 2D | 31 |
| Octal | 105 | 265 | 214 | 76 | 0 | 27 | 35 | 236 | 55 | 61 |
| Binary | 1000101 | 10110101 | 10001100 | 111110 | 0 | 10111 | 11101 | 10011110 | 101101 | 110001 |
Color Harmonies of #45B58C
Complementary color
Monochromatic Colors of #45B58C
Black with #45B58C
Text Example
Text Example
White with #45B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B58C; }
p { color: rgb(69,181,140); }
H1.HeaderClassName
{
color: #45B58C;
}
.AnyTagClassName
{
color: #45B58C;
}
</style>
background-color css
<style>
a { background-color: #45B58C; }
a { background-color: rgb(69,181,140); }
div.DivClassName
{
background-color: #45B58C;
}
.BgClassName
{
background-color: #45B58C;
}
</style>
border-color css
<style>
span { border-color: #45B58C; }
span { border-color: rgb(69,181,140); }
td.TdClassName
{
border-color: #45B58C;
}
.TagClassName
{
border-color: #45B58C;
}
</style>