#3CA17D

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

Shades of Gossamer #3CA17D

Tints of Gossamer #3CA17D

Color information

#3CA17D (or 0x3CA17D) is unknown color: approx Gossamer. HEX triplet: 3C, A1 and 7D. RGB value is (60,161,125). Sum of RGB (Red+Green+Blue) = 60+161+125=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA17D is #C35E82. Grayscale: #7E7E7E. Windows color (decimal): -12803715 or 8233276. OLE color: 8233276.

HSL color Cylindrical-coordinate representation of color #3CA17D: hue angle of 158.61º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA17D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB60161125-
CMYK0.6300.220.37
HSL158.61º45.7%43.33%-
HSV(B)158.61º62.73%63.14%-
XYZ18.3127.9323.83-
YUV126.7127.0480.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 161 (63.28% from 255) = 46.53%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=17.34%
G=46.53%
B=36.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal601611250.6300.220.37158.6145.743.33
Hex3CA17D3F016259f2e2b
Octal7424117577026452375653
Binary11110010100001111110111111101011010010110011111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,161,125); }

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

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

 a { background-color: rgb(60,161,125); }

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

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

 span { border-color: rgb(60,161,125); }

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