Shades of Gossamer #3AA591
Tints of Gossamer #3AA591
RGB
CMYK
RGB Variations
Color information
#3AA591 (or 0x3AA591) is known color: Gossamer. HEX triplet: 3A, A5 and 91. RGB value is (58,165,145). Sum of RGB (Red+Green+Blue) = 58+165+145=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA591 is #C55A6E. Grayscale: #828282. Windows color (decimal): -12933743 or 9545018. OLE color: 9545018.
HSL color Cylindrical-coordinate representation of color #3AA591: hue angle of 168.79º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA591 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 165 | 145 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.35 |
| HSL | 168.79º | 0.48% | 0.44% | - |
| HSV(B) | 168.79º | 0.65% | 0.65% | - |
| XYZ | 20.31 | 29.85 | 31.48 | - |
| YUV | 130.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 165 | 145 | 0.65 | 0 | 0.12 | 0.35 | 168.79 | 0.48 | 0.44 |
| Hex | 3A | A5 | 91 | 41 | 0 | C | 23 | A9 | 30 | 2C |
| Octal | 72 | 245 | 221 | 101 | 0 | 14 | 43 | 251 | 60 | 54 |
| Binary | 111010 | 10100101 | 10010001 | 1000001 | 0 | 1100 | 100011 | 10101001 | 110000 | 101100 |
Color Harmonies of #3AA591
Complementary color
Monochromatic Colors of #3AA591
Black with #3AA591
Text Example
Text Example
White with #3AA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA591; }
p { color: rgb(58,165,145); }
H1.HeaderClassName
{
color: #3AA591;
}
.AnyTagClassName
{
color: #3AA591;
}
</style>
background-color css
<style>
a { background-color: #3AA591; }
a { background-color: rgb(58,165,145); }
div.DivClassName
{
background-color: #3AA591;
}
.BgClassName
{
background-color: #3AA591;
}
</style>
border-color css
<style>
span { border-color: #3AA591; }
span { border-color: rgb(58,165,145); }
td.TdClassName
{
border-color: #3AA591;
}
.TagClassName
{
border-color: #3AA591;
}
</style>