#49D69B

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

Shades of Shamrock #49D69B

Tints of Shamrock #49D69B

Color information

#49D69B (or 0x49D69B) is unknown color: approx Shamrock. HEX triplet: 49, D6 and 9B. RGB value is (73,214,155). Sum of RGB (Red+Green+Blue) = 73+214+155=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #49D69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D69B is #B62964. Grayscale: #A5A5A5. Windows color (decimal): -11938149 or 10212937. OLE color: 10212937.

HSL color Cylindrical-coordinate representation of color #49D69B: hue angle of 154.89º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D69B is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB73214155-
CMYK0.6600.280.16
HSL154.89º63.23%56.27%-
HSV(B)154.89º65.89%83.92%-
XYZ32.7151.8839.3-
YUV165.12122.2962.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.52%
GREEN value IS 214 (83.98% from 255) = 48.42%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=16.52%
G=48.42%
B=35.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732141550.6600.280.16154.8963.2356.27
Hex49D69B4201C109b3f38
Octal111326233102034202337770
Binary1001001110101101001101110000100111001000010011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,214,155); }

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

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

 a { background-color: rgb(73,214,155); }

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

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

 span { border-color: rgb(73,214,155); }

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