#3CA079

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

Shades of Gossamer #3CA079

Tints of Gossamer #3CA079

Color information

#3CA079 (or 0x3CA079) is unknown color: approx Gossamer. HEX triplet: 3C, A0 and 79. RGB value is (60,160,121). Sum of RGB (Red+Green+Blue) = 60+160+121=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA079 is #C35F86. Grayscale: #7D7D7D. Windows color (decimal): -12803975 or 7970876. OLE color: 7970876.

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

Color convert

RGB60160121-
CMYK0.6200.240.37
HSL156.6º45.45%43.14%-
HSV(B)156.6º62.5%62.75%-
XYZ17.8927.4822.45-
YUV125.65125.3781.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.60%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=17.60%
G=46.92%
B=35.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal601601210.6200.240.37156.645.4543.14
Hex3CA0793E018259d2d2b
Octal7424017176030452355553
Binary11110010100000111100111111001100010010110011101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,160,121); }

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

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

 a { background-color: rgb(60,160,121); }

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

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

 span { border-color: rgb(60,160,121); }

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