Shades of Gossamer #45A384
Tints of Gossamer #45A384
RGB
CMYK
RGB Variations
Color information
#45A384 (or 0x45A384) is known color: Gossamer. HEX triplet: 45, A3 and 84. RGB value is (69,163,132). Sum of RGB (Red+Green+Blue) = 69+163+132=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #45A384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A384 is #BA5C7B. Grayscale: #838383. Windows color (decimal): -12213372 or 8692549. OLE color: 8692549.
HSL color Cylindrical-coordinate representation of color #45A384: hue angle of 160.21º 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 #45A384 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 163 | 132 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.36 |
| HSL | 160.21º | 0.41% | 0.45% | - |
| HSV(B) | 160.21º | 0.58% | 0.64% | - |
| XYZ | 19.72 | 29.13 | 26.41 | - |
| YUV | 131.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 132 | 0.58 | 0 | 0.19 | 0.36 | 160.21 | 0.41 | 0.45 |
| Hex | 45 | A3 | 84 | 3A | 0 | 13 | 24 | A0 | 29 | 2D |
| Octal | 105 | 243 | 204 | 72 | 0 | 23 | 44 | 240 | 51 | 55 |
| Binary | 1000101 | 10100011 | 10000100 | 111010 | 0 | 10011 | 100100 | 10100000 | 101001 | 101101 |
Color Harmonies of #45A384
Complementary color
Monochromatic Colors of #45A384
Black with #45A384
Text Example
Text Example
White with #45A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A384; }
p { color: rgb(69,163,132); }
H1.HeaderClassName
{
color: #45A384;
}
.AnyTagClassName
{
color: #45A384;
}
</style>
background-color css
<style>
a { background-color: #45A384; }
a { background-color: rgb(69,163,132); }
div.DivClassName
{
background-color: #45A384;
}
.BgClassName
{
background-color: #45A384;
}
</style>
border-color css
<style>
span { border-color: #45A384; }
span { border-color: rgb(69,163,132); }
td.TdClassName
{
border-color: #45A384;
}
.TagClassName
{
border-color: #45A384;
}
</style>