#3A917A

Color #3A917A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3A917A

Tints of Gossamer #3A917A

Color information

#3A917A (or 0x3A917A) is unknown color: approx Gossamer. HEX triplet: 3A, 91 and 7A. RGB value is (58,145,122). Sum of RGB (Red+Green+Blue) = 58+145+122=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #3A917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A917A is #C56E85. Grayscale: #747474. Windows color (decimal): -12938886 or 8032570. OLE color: 8032570.

HSL color Cylindrical-coordinate representation of color #3A917A: hue angle of 164.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A917A is Cyan = 0.6, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB58145122-
CMYK0.600.160.43
HSL164.14º42.86%39.8%-
HSV(B)164.14º60%56.86%-
XYZ15.3822.5621.96-
YUV116.36131.1886.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=17.85%
G=44.62%
B=37.54%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581451220.600.160.43164.1442.8639.8
Hex3A917A3C0102Ba42b28
Octal7222117274020532445350
Binary11101010010001111101011110001000010101110100100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A917A; }

 p { color: rgb(58,145,122); }

 H1.HeaderClassName
 {
   color: #3A917A;
 }
 .AnyTagClassName
 {
   color: #3A917A;
 }
</style>
background-color css

<style>
 a { background-color: #3A917A; }

 a { background-color: rgb(58,145,122); }

 div.DivClassName
 {
   background-color: #3A917A;
 }
 .BgClassName
 {
   background-color: #3A917A;
 }
</style>
border-color css

<style>
 span { border-color: #3A917A; }

 span { border-color: rgb(58,145,122); }

 td.TdClassName
 {
   border-color: #3A917A;
 }
 .TagClassName
 {
   border-color: #3A917A;
 }
</style>