#3A9D92

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

Shades of Gossamer #3A9D92

Tints of Gossamer #3A9D92

Color information

#3A9D92 (or 0x3A9D92) is unknown color: approx Gossamer. HEX triplet: 3A, 9D and 92. RGB value is (58,157,146). Sum of RGB (Red+Green+Blue) = 58+157+146=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #3A9D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9D92 is #C5626D. Grayscale: #7E7E7E. Windows color (decimal): -12935790 or 9608506. OLE color: 9608506.

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

Color convert

RGB58157146-
CMYK0.6300.070.38
HSL173.33º46.05%42.16%-
HSV(B)173.33º63.06%61.57%-
XYZ18.9927.0931.42-
YUV126.14139.279.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.07%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=16.07%
G=43.49%
B=40.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581571460.6300.070.38173.3346.0542.16
Hex3A9D923F0726ad2e2a
Octal722352227707462555652
Binary1110101001110110010010111111011110011010101101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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