#3A927F

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

Shades of Gossamer #3A927F

Tints of Gossamer #3A927F

Color information

#3A927F (or 0x3A927F) is unknown color: approx Gossamer. HEX triplet: 3A, 92 and 7F. RGB value is (58,146,127). Sum of RGB (Red+Green+Blue) = 58+146+127=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #3A927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A927F is #C56D80. Grayscale: #757575. Windows color (decimal): -12938625 or 8360506. OLE color: 8360506.

HSL color Cylindrical-coordinate representation of color #3A927F: hue angle of 167.05º 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 #3A927F is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB58146127-
CMYK0.6000.130.43
HSL167.05º43.14%40%-
HSV(B)167.05º60.27%57.25%-
XYZ15.8522.9923.68-
YUV117.52133.3585.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 127 (50% from 255) = 38.37%
R=17.52%
G=44.11%
B=38.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581461270.6000.130.43167.0543.1440
Hex3A927F3C0D2Ba72b28
Octal7222217774015532475350
Binary1110101001001011111111111000110110101110100111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,146,127); }

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

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

 a { background-color: rgb(58,146,127); }

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

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

 span { border-color: rgb(58,146,127); }

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