#3CA287

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

Shades of Gossamer #3CA287

Tints of Gossamer #3CA287

Color information

#3CA287 (or 0x3CA287) is unknown color: approx Gossamer. HEX triplet: 3C, A2 and 87. RGB value is (60,162,135). Sum of RGB (Red+Green+Blue) = 60+162+135=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA287 is #C35D78. Grayscale: #808080. Windows color (decimal): -12803449 or 8888892. OLE color: 8888892.

HSL color Cylindrical-coordinate representation of color #3CA287: hue angle of 164.12º 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 #3CA287 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB60162135-
CMYK0.6300.170.36
HSL164.12º45.95%43.53%-
HSV(B)164.12º62.96%63.53%-
XYZ19.1628.5527.42-
YUV128.42131.7179.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.81%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=16.81%
G=45.38%
B=37.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601621350.6300.170.36164.1245.9543.53
Hex3CA2873F01124a42e2c
Octal7424220777021442445654
Binary111100101000101000011111111101000110010010100100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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