Html Css Color HEX #49C091 Shamrock

📋 copy color: '#49C091'

red 73 ◦ green 192 ◦ blue 145

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

Shades of Shamrock #49C091

Tints of Shamrock #49C091

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 17.8%
G = 46.83%
B = 35.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#49C091 (or 0x49C091) is known color: Shamrock. HEX triplet: 49, C0 and 91. RGB value is (73,192,145). Sum of RGB (Red+Green+Blue) = 73+192+145=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #49C091 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C091 is #B63F6E. Grayscale: #979797. Windows color (decimal): -11943791 or 9551945. OLE color: 9551945.

HSL color Cylindrical-coordinate representation of color #49C091: hue angle of 156.3º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C091 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 145 -
CMYK 0.62 0 0.24 0.25
HSL 156.3º 0.49% 0.52% -
HSV(B) 156.3º 0.62% 0.75% -
XYZ 26.71 41.16 33.33 -
YUV 151.06 124.58 72.32 -
System Red Green Blue C M Y K H S L
Decimal 73 192 145 0.62 0 0.24 0.25 156.3 0.49 0.52
Hex 49 C0 91 3E 0 18 19 9C 31 34
Octal 111 300 221 76 0 30 31 234 61 64
Binary 1001001 11000000 10010001 111110 0 11000 11001 10011100 110001 110100

Color Harmonies of #49C091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C091

Black with #49C091

Text Example


Text Example

White with #49C091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,145); }

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

background-color css

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

 a { background-color: rgb(73,192,145); }

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

border-color css

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

 span { border-color: rgb(73,192,145); }

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