#3AA37C

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

Shades of Gossamer #3AA37C

Tints of Gossamer #3AA37C

Color information

#3AA37C (or 0x3AA37C) is unknown color: approx Gossamer. HEX triplet: 3A, A3 and 7C. RGB value is (58,163,124). Sum of RGB (Red+Green+Blue) = 58+163+124=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA37C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA37C is #C55C83. Grayscale: #7F7F7F. Windows color (decimal): -12934276 or 8168250. OLE color: 8168250.

HSL color Cylindrical-coordinate representation of color #3AA37C: hue angle of 157.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA37C is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB58163124-
CMYK0.6400.240.36
HSL157.71º47.51%43.33%-
HSV(B)157.71º64.42%63.92%-
XYZ18.4828.5523.61-
YUV127.16126.2178.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.81%
GREEN value IS 163 (64.06% from 255) = 47.25%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=16.81%
G=47.25%
B=35.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581631240.6400.240.36157.7147.5143.33
Hex3AA37C40018249e302b
Octal72243174100030442366053
Binary111010101000111111100100000001100010010010011110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,163,124); }

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

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

 a { background-color: rgb(58,163,124); }

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

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

 span { border-color: rgb(58,163,124); }

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