Html Css Color HEX #49D695 Shamrock

📋 copy color: '#49D695'

red 73 ◦ green 214 ◦ blue 149

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

Shades of Shamrock #49D695

Tints of Shamrock #49D695

RGB

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

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

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

R = 16.74%
G = 49.08%
B = 34.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#49D695 (or 0x49D695) is known color: Shamrock. HEX triplet: 49, D6 and 95. RGB value is (73,214,149). Sum of RGB (Red+Green+Blue) = 73+214+149=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #49D695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D695 is #B6296A. Grayscale: #A4A4A4. Windows color (decimal): -11938155 or 9819721. OLE color: 9819721.

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

Color convert

RGB 73 214 149 -
CMYK 0.66 0 0.30 0.16
HSL 152.34º 0.63% 0.56% -
HSV(B) 152.34º 0.66% 0.84% -
XYZ 32.22 51.68 36.71 -
YUV 164.43 119.29 62.79 -
System Red Green Blue C M Y K H S L
Decimal 73 214 149 0.66 0 0.30 0.16 152.34 0.63 0.56
Hex 49 D6 95 42 0 1E 10 98 3F 38
Octal 111 326 225 102 0 36 20 230 77 70
Binary 1001001 11010110 10010101 1000010 0 11110 10000 10011000 111111 111000

Color Harmonies of #49D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D695

Black with #49D695

Text Example


Text Example

White with #49D695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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