Html Css Color HEX #49C490 Shamrock

📋 copy color: '#49C490'

red 73 ◦ green 196 ◦ blue 144

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

Shades of Shamrock #49C490

Tints of Shamrock #49C490

RGB

 RED value IS 73 (28.91% from 255) = 17.68%

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

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

R = 17.68%
G = 47.46%
B = 34.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#49C490 (or 0x49C490) is known color: Shamrock. HEX triplet: 49, C4 and 90. RGB value is (73,196,144). Sum of RGB (Red+Green+Blue) = 73+196+144=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #49C490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C490 is #B63B6F. Grayscale: #999999. Windows color (decimal): -11942768 or 9487433. OLE color: 9487433.

HSL color Cylindrical-coordinate representation of color #49C490: hue angle of 154.63º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C490 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 144 -
CMYK 0.63 0 0.27 0.23
HSL 154.63º 0.51% 0.53% -
HSV(B) 154.63º 0.63% 0.77% -
XYZ 27.52 42.91 33.22 -
YUV 153.3 122.75 70.73 -
System Red Green Blue C M Y K H S L
Decimal 73 196 144 0.63 0 0.27 0.23 154.63 0.51 0.53
Hex 49 C4 90 3F 0 1B 17 9B 33 35
Octal 111 304 220 77 0 33 27 233 63 65
Binary 1001001 11000100 10010000 111111 0 11011 10111 10011011 110011 110101

Color Harmonies of #49C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C490

Black with #49C490

Text Example


Text Example

White with #49C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C490; }

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

 H1.HeaderClassName
 {
   color: #49C490;
 }
 .AnyTagClassName
 {
   color: #49C490;
 }
</style>

background-color css

<style>
 a { background-color: #49C490; }

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

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

border-color css

<style>
 span { border-color: #49C490; }

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

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