#3CA792

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

Shades of Gossamer #3CA792

Tints of Gossamer #3CA792

Color information

#3CA792 (or 0x3CA792) is unknown color: approx Gossamer. HEX triplet: 3C, A7 and 92. RGB value is (60,167,146). Sum of RGB (Red+Green+Blue) = 60+167+146=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA792 is #C3586D. Grayscale: #848484. Windows color (decimal): -12802158 or 9611068. OLE color: 9611068.

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

Color convert

RGB60167146-
CMYK0.6400.130.35
HSL168.22º47.14%44.51%-
HSV(B)168.22º64.07%65.49%-
XYZ20.8730.6732.01-
YUV132.61135.5576.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.09%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=16.09%
G=44.77%
B=39.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601671460.6400.130.35168.2247.1444.51
Hex3CA792400D23a82f2d
Octal74247222100015432505755
Binary111100101001111001001010000000110110001110101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,167,146); }

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

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

 a { background-color: rgb(60,167,146); }

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

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

 span { border-color: rgb(60,167,146); }

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