Html Css Color HEX #49C994 Shamrock

📋 copy color: '#49C994'

red 73 ◦ green 201 ◦ blue 148

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

Shades of Shamrock #49C994

Tints of Shamrock #49C994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.63%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 17.3%
G = 47.63%
B = 35.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#49C994 (or 0x49C994) is known color: Shamrock. HEX triplet: 49, C9 and 94. RGB value is (73,201,148). Sum of RGB (Red+Green+Blue) = 73+201+148=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #49C994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C994 is #B6366B. Grayscale: #9C9C9C. Windows color (decimal): -11941484 or 9750857. OLE color: 9750857.

HSL color Cylindrical-coordinate representation of color #49C994: hue angle of 155.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C994 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 201 148 -
CMYK 0.64 0 0.26 0.21
HSL 155.16º 0.54% 0.54% -
HSV(B) 155.16º 0.64% 0.79% -
XYZ 28.98 45.33 35.24 -
YUV 156.69 123.09 68.31 -
System Red Green Blue C M Y K H S L
Decimal 73 201 148 0.64 0 0.26 0.21 155.16 0.54 0.54
Hex 49 C9 94 40 0 1A 15 9B 36 36
Octal 111 311 224 100 0 32 25 233 66 66
Binary 1001001 11001001 10010100 1000000 0 11010 10101 10011011 110110 110110

Color Harmonies of #49C994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C994

Black with #49C994

Text Example


Text Example

White with #49C994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,201,148); }

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

background-color css

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

 a { background-color: rgb(73,201,148); }

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

border-color css

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

 span { border-color: rgb(73,201,148); }

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