Html Css Color HEX #49C494 Shamrock

📋 copy color: '#49C494'

red 73 ◦ green 196 ◦ blue 148

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

Shades of Shamrock #49C494

Tints of Shamrock #49C494

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47%

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 17.51%
G = 47%
B = 35.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#49C494 (or 0x49C494) is known color: Shamrock. HEX triplet: 49, C4 and 94. RGB value is (73,196,148). Sum of RGB (Red+Green+Blue) = 73+196+148=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #49C494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C494 is #B63B6B. Grayscale: #999999. Windows color (decimal): -11942764 or 9749577. OLE color: 9749577.

HSL color Cylindrical-coordinate representation of color #49C494: hue angle of 156.59º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C494 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 148 -
CMYK 0.63 0 0.24 0.23
HSL 156.59º 0.51% 0.53% -
HSV(B) 156.59º 0.63% 0.77% -
XYZ 27.83 43.03 34.86 -
YUV 153.75 124.75 70.4 -
System Red Green Blue C M Y K H S L
Decimal 73 196 148 0.63 0 0.24 0.23 156.59 0.51 0.53
Hex 49 C4 94 3F 0 18 17 9D 33 35
Octal 111 304 224 77 0 30 27 235 63 65
Binary 1001001 11000100 10010100 111111 0 11000 10111 10011101 110011 110101

Color Harmonies of #49C494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C494

Black with #49C494

Text Example


Text Example

White with #49C494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,196,148); }

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

background-color css

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

 a { background-color: rgb(73,196,148); }

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

border-color css

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

 span { border-color: rgb(73,196,148); }

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