#3CAF90

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

Shades of Gossamer #3CAF90

Tints of Gossamer #3CAF90

Color information

#3CAF90 (or 0x3CAF90) is unknown color: approx Gossamer. HEX triplet: 3C, AF and 90. RGB value is (60,175,144). Sum of RGB (Red+Green+Blue) = 60+175+144=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF90 is #C3506F. Grayscale: #898989. Windows color (decimal): -12800112 or 9482044. OLE color: 9482044.

HSL color Cylindrical-coordinate representation of color #3CAF90: hue angle of 163.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF90 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB60175144-
CMYK0.6600.180.31
HSL163.83º48.94%46.08%-
HSV(B)163.83º65.71%68.63%-
XYZ22.2333.6331.71-
YUV137.08131.973.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.83%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=15.83%
G=46.17%
B=37.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601751440.6600.180.31163.8348.9446.08
Hex3CAF90420121Fa4312e
Octal74257220102022372446156
Binary111100101011111001000010000100100101111110100100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,175,144); }

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

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

 a { background-color: rgb(60,175,144); }

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

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

 span { border-color: rgb(60,175,144); }

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