#3A9B7D

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

Shades of Gossamer #3A9B7D

Tints of Gossamer #3A9B7D

Color information

#3A9B7D (or 0x3A9B7D) is unknown color: approx Gossamer. HEX triplet: 3A, 9B and 7D. RGB value is (58,155,125). Sum of RGB (Red+Green+Blue) = 58+155+125=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B7D is #C56482. Grayscale: #7A7A7A. Windows color (decimal): -12936323 or 8231738. OLE color: 8231738.

HSL color Cylindrical-coordinate representation of color #3A9B7D: hue angle of 161.44º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9B7D is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB58155125-
CMYK0.6300.190.39
HSL161.44º45.54%41.76%-
HSV(B)161.44º62.58%60.78%-
XYZ17.1725.8223.48-
YUV122.58129.3681.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.16%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=17.16%
G=45.86%
B=36.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551250.6300.190.39161.4445.5441.76
Hex3A9B7D3F01327a12e2a
Octal7223317577023472415652
Binary11101010011011111110111111101001110011110100001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,155,125); }

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

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

 a { background-color: rgb(58,155,125); }

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

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

 span { border-color: rgb(58,155,125); }

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