Html Css Color HEX #49C895 Shamrock

📋 copy color: '#49C895'

red 73 ◦ green 200 ◦ blue 149

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

Shades of Shamrock #49C895

Tints of Shamrock #49C895

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

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

R = 17.3%
G = 47.39%
B = 35.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#49C895 (or 0x49C895) is known color: Shamrock. HEX triplet: 49, C8 and 95. RGB value is (73,200,149). Sum of RGB (Red+Green+Blue) = 73+200+149=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #49C895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C895 is #B6376A. Grayscale: #9C9C9C. Windows color (decimal): -11941739 or 9816137. OLE color: 9816137.

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

Color convert

RGB 73 200 149 -
CMYK 0.64 0 0.26 0.22
HSL 155.91º 0.54% 0.54% -
HSV(B) 155.91º 0.64% 0.78% -
XYZ 28.83 44.89 35.58 -
YUV 156.21 123.92 68.65 -
System Red Green Blue C M Y K H S L
Decimal 73 200 149 0.64 0 0.26 0.22 155.91 0.54 0.54
Hex 49 C8 95 40 0 1A 16 9C 36 36
Octal 111 310 225 100 0 32 26 234 66 66
Binary 1001001 11001000 10010101 1000000 0 11010 10110 10011100 110110 110110

Color Harmonies of #49C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C895

Black with #49C895

Text Example


Text Example

White with #49C895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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