Html Css Color HEX #49D690 Shamrock

📋 copy color: '#49D690'

red 73 ◦ green 214 ◦ blue 144

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

Shades of Shamrock #49D690

Tints of Shamrock #49D690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.65%

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

R = 16.94%
G = 49.65%
B = 33.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#49D690 (or 0x49D690) is known color: Shamrock. HEX triplet: 49, D6 and 90. RGB value is (73,214,144). Sum of RGB (Red+Green+Blue) = 73+214+144=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #49D690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D690 is #B6296F. Grayscale: #A4A4A4. Windows color (decimal): -11938160 or 9492041. OLE color: 9492041.

HSL color Cylindrical-coordinate representation of color #49D690: hue angle of 150.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D690 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 144 -
CMYK 0.66 0 0.33 0.16
HSL 150.21º 0.63% 0.56% -
HSV(B) 150.21º 0.66% 0.84% -
XYZ 31.83 51.52 34.65 -
YUV 163.86 116.79 63.19 -
System Red Green Blue C M Y K H S L
Decimal 73 214 144 0.66 0 0.33 0.16 150.21 0.63 0.56
Hex 49 D6 90 42 0 21 10 96 3F 38
Octal 111 326 220 102 0 41 20 226 77 70
Binary 1001001 11010110 10010000 1000010 0 100001 10000 10010110 111111 111000

Color Harmonies of #49D690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D690

Black with #49D690

Text Example


Text Example

White with #49D690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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