Html Css Color HEX #3CC490 Shamrock

📋 copy color: '#3CC490'

red 60 ◦ green 196 ◦ blue 144

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

Shades of Shamrock #3CC490

Tints of Shamrock #3CC490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49%

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

R = 15%
G = 49%
B = 36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#3CC490 (or 0x3CC490) is known color: Shamrock. HEX triplet: 3C, C4 and 90. RGB value is (60,196,144). Sum of RGB (Red+Green+Blue) = 60+196+144=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC490 is #C33B6F. Grayscale: #959595. Windows color (decimal): -12794736 or 9487420. OLE color: 9487420.

HSL color Cylindrical-coordinate representation of color #3CC490: hue angle of 157.06º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC490 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 196 144 -
CMYK 0.69 0 0.27 0.23
HSL 157.06º 0.54% 0.5% -
HSV(B) 157.06º 0.69% 0.77% -
XYZ 26.64 42.45 33.18 -
YUV 149.41 124.94 64.23 -
System Red Green Blue C M Y K H S L
Decimal 60 196 144 0.69 0 0.27 0.23 157.06 0.54 0.5
Hex 3C C4 90 45 0 1B 17 9D 36 32
Octal 74 304 220 105 0 33 27 235 66 62
Binary 111100 11000100 10010000 1000101 0 11011 10111 10011101 110110 110010

Color Harmonies of #3CC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC490

Black with #3CC490

Text Example


Text Example

White with #3CC490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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