#3CA597

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

Shades of Gossamer #3CA597

Tints of Gossamer #3CA597

Color information

#3CA597 (or 0x3CA597) is unknown color: approx Gossamer. HEX triplet: 3C, A5 and 97. RGB value is (60,165,151). Sum of RGB (Red+Green+Blue) = 60+165+151=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA597 is #C35A68. Grayscale: #838383. Windows color (decimal): -12802665 or 9938236. OLE color: 9938236.

HSL color Cylindrical-coordinate representation of color #3CA597: hue angle of 172º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA597 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB60165151-
CMYK0.6400.080.35
HSL172º46.67%44.12%-
HSV(B)172º63.64%64.71%-
XYZ20.930.1133.99-
YUV132.01138.7176.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.96%
GREEN value IS 165 (64.84% from 255) = 43.88%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=15.96%
G=43.88%
B=40.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601651510.6400.080.3517246.6744.12
Hex3CA597400823ac2f2c
Octal74245227100010432545754
Binary111100101001011001011110000000100010001110101100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,165,151); }

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

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

 a { background-color: rgb(60,165,151); }

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

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

 span { border-color: rgb(60,165,151); }

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