Html Css Color HEX #3CA284 Gossamer

📋 copy color: '#3CA284'

red 60 ◦ green 162 ◦ blue 132

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

Shades of Gossamer #3CA284

Tints of Gossamer #3CA284

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.76%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 16.95%
G = 45.76%
B = 37.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#3CA284 (or 0x3CA284) is known color: Gossamer. HEX triplet: 3C, A2 and 84. RGB value is (60,162,132). Sum of RGB (Red+Green+Blue) = 60+162+132=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA284 is #C35D7B. Grayscale: #808080. Windows color (decimal): -12803452 or 8692284. OLE color: 8692284.

HSL color Cylindrical-coordinate representation of color #3CA284: hue angle of 162.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA284 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 132 -
CMYK 0.63 0 0.19 0.36
HSL 162.35º 0.46% 0.44% -
HSV(B) 162.35º 0.63% 0.64% -
XYZ 18.95 28.47 26.33 -
YUV 128.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 60 162 132 0.63 0 0.19 0.36 162.35 0.46 0.44
Hex 3C A2 84 3F 0 13 24 A2 2E 2C
Octal 74 242 204 77 0 23 44 242 56 54
Binary 111100 10100010 10000100 111111 0 10011 100100 10100010 101110 101100

Color Harmonies of #3CA284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA284

Black with #3CA284

Text Example


Text Example

White with #3CA284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,162,132); }

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

background-color css

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

 a { background-color: rgb(60,162,132); }

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

border-color css

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

 span { border-color: rgb(60,162,132); }

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