Html Css Color HEX #3CB290 Gossamer

📋 copy color: '#3CB290'

red 60 ◦ green 178 ◦ blue 144

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

Shades of Gossamer #3CB290

Tints of Gossamer #3CB290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.6%

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 15.71%
G = 46.6%
B = 37.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#3CB290 (or 0x3CB290) is known color: Gossamer. HEX triplet: 3C, B2 and 90. RGB value is (60,178,144). Sum of RGB (Red+Green+Blue) = 60+178+144=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB290 is #C34D6F. Grayscale: #8A8A8A. Windows color (decimal): -12799344 or 9482812. OLE color: 9482812.

HSL color Cylindrical-coordinate representation of color #3CB290: hue angle of 162.71º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB290 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 178 144 -
CMYK 0.66 0 0.19 0.30
HSL 162.71º 0.5% 0.47% -
HSV(B) 162.71º 0.66% 0.7% -
XYZ 22.82 34.82 31.9 -
YUV 138.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 60 178 144 0.66 0 0.19 0.30 162.71 0.5 0.47
Hex 3C B2 90 42 0 13 1E A3 32 2F
Octal 74 262 220 102 0 23 36 243 62 57
Binary 111100 10110010 10010000 1000010 0 10011 11110 10100011 110010 101111

Color Harmonies of #3CB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB290

Black with #3CB290

Text Example


Text Example

White with #3CB290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,178,144); }

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

background-color css

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

 a { background-color: rgb(60,178,144); }

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

border-color css

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

 span { border-color: rgb(60,178,144); }

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