#4CA386

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

Shades of Gossamer #4CA386

Tints of Gossamer #4CA386

Color information

#4CA386 (or 0x4CA386) is unknown color: approx Gossamer. HEX triplet: 4C, A3 and 86. RGB value is (76,163,134). Sum of RGB (Red+Green+Blue) = 76+163+134=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA386 is #B35C79. Grayscale: #858585. Windows color (decimal): -11754618 or 8823628. OLE color: 8823628.

HSL color Cylindrical-coordinate representation of color #4CA386: hue angle of 160º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA386 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB76163134-
CMYK0.5300.180.36
HSL160º36.4%46.86%-
HSV(B)160º53.37%63.92%-
XYZ20.3829.4527.16-
YUV133.68128.1886.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.38%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=20.38%
G=43.70%
B=35.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761631340.5300.180.3616036.446.86
Hex4CA3863501224a0242f
Octal11424320665022442404457
Binary1001100101000111000011011010101001010010010100000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CA386; }

 p { color: rgb(76,163,134); }

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

<style>
 a { background-color: #4CA386; }

 a { background-color: rgb(76,163,134); }

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

<style>
 span { border-color: #4CA386; }

 span { border-color: rgb(76,163,134); }

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