Html Css Color HEX #49D795 Shamrock

📋 copy color: '#49D795'

red 73 ◦ green 215 ◦ blue 149

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

Shades of Shamrock #49D795

Tints of Shamrock #49D795

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.2%

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 16.7%
G = 49.2%
B = 34.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#49D795 (or 0x49D795) is known color: Shamrock. HEX triplet: 49, D7 and 95. RGB value is (73,215,149). Sum of RGB (Red+Green+Blue) = 73+215+149=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #49D795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D795 is #B6286A. Grayscale: #A5A5A5. Windows color (decimal): -11937899 or 9819977. OLE color: 9819977.

HSL color Cylindrical-coordinate representation of color #49D795: hue angle of 152.11º degrees, saturation: 0.64, 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 #49D795 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 215 149 -
CMYK 0.66 0 0.31 0.16
HSL 152.11º 0.64% 0.56% -
HSV(B) 152.11º 0.66% 0.84% -
XYZ 32.47 52.19 36.8 -
YUV 165.02 118.96 62.37 -
System Red Green Blue C M Y K H S L
Decimal 73 215 149 0.66 0 0.31 0.16 152.11 0.64 0.56
Hex 49 D7 95 42 0 1F 10 98 40 38
Octal 111 327 225 102 0 37 20 230 100 70
Binary 1001001 11010111 10010101 1000010 0 11111 10000 10011000 1000000 111000

Color Harmonies of #49D795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D795

Black with #49D795

Text Example


Text Example

White with #49D795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,215,149); }

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

background-color css

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

 a { background-color: rgb(73,215,149); }

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

border-color css

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

 span { border-color: rgb(73,215,149); }

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