#3CA281

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

Shades of Gossamer #3CA281

Tints of Gossamer #3CA281

Color information

#3CA281 (or 0x3CA281) is unknown color: approx Gossamer. HEX triplet: 3C, A2 and 81. RGB value is (60,162,129). Sum of RGB (Red+Green+Blue) = 60+162+129=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA281 is #C35D7E. Grayscale: #7F7F7F. Windows color (decimal): -12803455 or 8495676. OLE color: 8495676.

HSL color Cylindrical-coordinate representation of color #3CA281: hue angle of 160.59º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA281 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB60162129-
CMYK0.6300.200.36
HSL160.59º45.95%43.53%-
HSV(B)160.59º62.96%63.53%-
XYZ18.7528.3925.26-
YUV127.74128.7179.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.09%
GREEN value IS 162 (63.67% from 255) = 46.15%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=17.09%
G=46.15%
B=36.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601621290.6300.200.36160.5945.9543.53
Hex3CA2813F01424a12e2c
Octal7424220177024442415654
Binary111100101000101000000111111101010010010010100001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,162,129); }

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

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

 a { background-color: rgb(60,162,129); }

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

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

 span { border-color: rgb(60,162,129); }

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