#49DB92

Color #49DB92 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #49DB92

Tints of Shamrock #49DB92

Color information

#49DB92 (or 0x49DB92) is unknown color: approx Shamrock. HEX triplet: 49, DB and 92. RGB value is (73,219,146). Sum of RGB (Red+Green+Blue) = 73+219+146=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DB92 is #B6246D. Grayscale: #A7A7A7. Windows color (decimal): -11936878 or 9624393. OLE color: 9624393.

HSL color Cylindrical-coordinate representation of color #49DB92: hue angle of 150º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB92 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB73219146-
CMYK0.6700.330.14
HSL150º66.97%57.25%-
HSV(B)150º66.67%85.88%-
XYZ33.2754.1535.89-
YUV167.02116.1360.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.67%
GREEN value IS 219 (85.94% from 255) = 50%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=16.67%
G=50%
B=33.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732191460.6700.330.1415066.9757.25
Hex49DB9243021E964339
Octal1113332221030411622610371
Binary10010011101101110010010100001101000011110100101101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49DB92;
 }
 .AnyTagClassName
 {
   color: #49DB92;
 }
</style>
background-color css

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

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

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

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

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

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