Html Css Color HEX #3CA078 Gossamer

📋 copy color: '#3CA078'

red 60 ◦ green 160 ◦ blue 120

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

Shades of Gossamer #3CA078

Tints of Gossamer #3CA078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.06%

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 17.65%
G = 47.06%
B = 35.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#3CA078 (or 0x3CA078) is known color: Gossamer. HEX triplet: 3C, A0 and 78. RGB value is (60,160,120). Sum of RGB (Red+Green+Blue) = 60+160+120=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA078 is #C35F87. Grayscale: #7D7D7D. Windows color (decimal): -12803976 or 7905340. OLE color: 7905340.

HSL color Cylindrical-coordinate representation of color #3CA078: hue angle of 156º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA078 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 160 120 -
CMYK 0.62 0 0.25 0.37
HSL 156º 0.45% 0.43% -
HSV(B) 156º 0.63% 0.63% -
XYZ 17.82 27.46 22.13 -
YUV 125.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 60 160 120 0.62 0 0.25 0.37 156 0.45 0.43
Hex 3C A0 78 3E 0 19 25 9C 2D 2B
Octal 74 240 170 76 0 31 45 234 55 53
Binary 111100 10100000 1111000 111110 0 11001 100101 10011100 101101 101011

Color Harmonies of #3CA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA078

Black with #3CA078

Text Example


Text Example

White with #3CA078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,160,120); }

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

background-color css

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

 a { background-color: rgb(60,160,120); }

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

border-color css

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

 span { border-color: rgb(60,160,120); }

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