Html Css Color HEX #49C093 Shamrock

📋 copy color: '#49C093'

red 73 ◦ green 192 ◦ blue 147

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

Shades of Shamrock #49C093

Tints of Shamrock #49C093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 17.72%
G = 46.6%
B = 35.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#49C093 (or 0x49C093) is known color: Shamrock. HEX triplet: 49, C0 and 93. RGB value is (73,192,147). Sum of RGB (Red+Green+Blue) = 73+192+147=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #49C093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C093 is #B63F6C. Grayscale: #979797. Windows color (decimal): -11943789 or 9683017. OLE color: 9683017.

HSL color Cylindrical-coordinate representation of color #49C093: hue angle of 157.31º 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 #49C093 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 147 -
CMYK 0.62 0 0.23 0.25
HSL 157.31º 0.49% 0.52% -
HSV(B) 157.31º 0.62% 0.75% -
XYZ 26.86 41.22 34.14 -
YUV 151.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 73 192 147 0.62 0 0.23 0.25 157.31 0.49 0.52
Hex 49 C0 93 3E 0 17 19 9D 31 34
Octal 111 300 223 76 0 27 31 235 61 64
Binary 1001001 11000000 10010011 111110 0 10111 11001 10011101 110001 110100

Color Harmonies of #49C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C093

Black with #49C093

Text Example


Text Example

White with #49C093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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