#49D295

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

Shades of Shamrock #49D295

Tints of Shamrock #49D295

Color information

#49D295 (or 0x49D295) is unknown color: approx Shamrock. HEX triplet: 49, D2 and 95. RGB value is (73,210,149). Sum of RGB (Red+Green+Blue) = 73+210+149=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #49D295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D295 is #B62D6A. Grayscale: #A2A2A2. Windows color (decimal): -11939179 or 9818697. OLE color: 9818697.

HSL color Cylindrical-coordinate representation of color #49D295: hue angle of 153.28º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D295 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB73210149-
CMYK0.6500.290.18
HSL153.28º60.35%55.49%-
HSV(B)153.28º65.24%82.35%-
XYZ31.2249.6836.38-
YUV162.08120.6164.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 210 (82.42% from 255) = 48.61%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=16.90%
G=48.61%
B=34.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732101490.6500.290.18153.2860.3555.49
Hex49D2954101D12993c37
Octal111322225101035222317467
Binary1001001110100101001010110000010111011001010011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,210,149); }

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

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

 a { background-color: rgb(73,210,149); }

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

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

 span { border-color: rgb(73,210,149); }

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