Html Css Color HEX #3CA786 Gossamer

📋 copy color: '#3CA786'

red 60 ◦ green 167 ◦ blue 134

#3CA786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3CA786

Tints of Gossamer #3CA786

RGB

 RED value IS 60 (23.83% from 255) = 16.62%

 GREEN value IS 167 (65.63% from 255) = 46.26%

 BLUE value IS 134 (52.73% from 255) = 37.12%

R = 16.62%
G = 46.26%
B = 37.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#3CA786 (or 0x3CA786) is known color: Gossamer. HEX triplet: 3C, A7 and 86. RGB value is (60,167,134). Sum of RGB (Red+Green+Blue) = 60+167+134=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA786 is #C35879. Grayscale: #838383. Windows color (decimal): -12802170 or 8824636. OLE color: 8824636.

HSL color Cylindrical-coordinate representation of color #3CA786: hue angle of 161.5º 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 #3CA786 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 167 134 -
CMYK 0.64 0 0.20 0.35
HSL 161.5º 0.47% 0.45% -
HSV(B) 161.5º 0.64% 0.65% -
XYZ 19.99 30.32 27.35 -
YUV 131.25 129.55 77.18 -
System Red Green Blue C M Y K H S L
Decimal 60 167 134 0.64 0 0.20 0.35 161.5 0.47 0.45
Hex 3C A7 86 40 0 14 23 A1 2F 2D
Octal 74 247 206 100 0 24 43 241 57 55
Binary 111100 10100111 10000110 1000000 0 10100 100011 10100001 101111 101101

Color Harmonies of #3CA786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA786

Black with #3CA786

Text Example


Text Example

White with #3CA786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CA786;
 }
 .AnyTagClassName
 {
   color: #3CA786;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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