Html Css Color HEX #49C092 Shamrock

📋 copy color: '#49C092'

red 73 ◦ green 192 ◦ blue 146

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

Shades of Shamrock #49C092

Tints of Shamrock #49C092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 17.76%
G = 46.72%
B = 35.52%

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

#49C092 (or 0x49C092) is known color: Shamrock. HEX triplet: 49, C0 and 92. RGB value is (73,192,146). Sum of RGB (Red+Green+Blue) = 73+192+146=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #49C092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C092 is #B63F6D. Grayscale: #979797. Windows color (decimal): -11943790 or 9617481. OLE color: 9617481.

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

Color convert

RGB 73 192 146 -
CMYK 0.62 0 0.24 0.25
HSL 156.81º 0.49% 0.52% -
HSV(B) 156.81º 0.62% 0.75% -
XYZ 26.79 41.19 33.73 -
YUV 151.18 125.08 72.24 -
System Red Green Blue C M Y K H S L
Decimal 73 192 146 0.62 0 0.24 0.25 156.81 0.49 0.52
Hex 49 C0 92 3E 0 18 19 9D 31 34
Octal 111 300 222 76 0 30 31 235 61 64
Binary 1001001 11000000 10010010 111110 0 11000 11001 10011101 110001 110100

Color Harmonies of #49C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C092

Black with #49C092

Text Example


Text Example

White with #49C092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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