Html Css Color HEX #49D49D Shamrock

📋 copy color: '#49D49D'

red 73 ◦ green 212 ◦ blue 157

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

Shades of Shamrock #49D49D

Tints of Shamrock #49D49D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.96%

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 16.52%
G = 47.96%
B = 35.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#49D49D (or 0x49D49D) is known color: Shamrock. HEX triplet: 49, D4 and 9D. RGB value is (73,212,157). Sum of RGB (Red+Green+Blue) = 73+212+157=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #49D49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D49D is #B62B62. Grayscale: #A4A4A4. Windows color (decimal): -11938659 or 10343497. OLE color: 10343497.

HSL color Cylindrical-coordinate representation of color #49D49D: hue angle of 156.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D49D is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 157 -
CMYK 0.66 0 0.26 0.17
HSL 156.26º 0.62% 0.56% -
HSV(B) 156.26º 0.66% 0.83% -
XYZ 32.38 50.94 40.02 -
YUV 164.17 123.95 62.97 -
System Red Green Blue C M Y K H S L
Decimal 73 212 157 0.66 0 0.26 0.17 156.26 0.62 0.56
Hex 49 D4 9D 42 0 1A 11 9C 3E 38
Octal 111 324 235 102 0 32 21 234 76 70
Binary 1001001 11010100 10011101 1000010 0 11010 10001 10011100 111110 111000

Color Harmonies of #49D49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D49D

Black with #49D49D

Text Example


Text Example

White with #49D49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,157); }

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

background-color css

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

 a { background-color: rgb(73,212,157); }

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

border-color css

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

 span { border-color: rgb(73,212,157); }

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