#49CB9C

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

Shades of Shamrock #49CB9C

Tints of Shamrock #49CB9C

Color information

#49CB9C (or 0x49CB9C) is unknown color: approx Shamrock. HEX triplet: 49, CB and 9C. RGB value is (73,203,156). Sum of RGB (Red+Green+Blue) = 73+203+156=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CB9C is #B63463. Grayscale: #9E9E9E. Windows color (decimal): -11940964 or 10275657. OLE color: 10275657.

HSL color Cylindrical-coordinate representation of color #49CB9C: hue angle of 158.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CB9C is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB73203156-
CMYK0.6400.230.20
HSL158.31º55.56%54.12%-
HSV(B)158.31º64.04%79.61%-
XYZ30.146.5338.85-
YUV158.77126.4366.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=16.90%
G=46.99%
B=36.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732031560.6400.230.20158.3155.5654.12
Hex49CB9C40017149e3836
Octal111313234100027242367066
Binary1001001110010111001110010000000101111010010011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,203,156); }

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

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

 a { background-color: rgb(73,203,156); }

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

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

 span { border-color: rgb(73,203,156); }

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