#44D38C

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

Shades of Shamrock #44D38C

Tints of Shamrock #44D38C

Color information

#44D38C (or 0x44D38C) is unknown color: approx Shamrock. HEX triplet: 44, D3 and 8C. RGB value is (68,211,140). Sum of RGB (Red+Green+Blue) = 68+211+140=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #44D38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44D38C is #BB2C73. Grayscale: #A0A0A0. Windows color (decimal): -12266612 or 9229124. OLE color: 9229124.

HSL color Cylindrical-coordinate representation of color #44D38C: hue angle of 150.21º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D38C is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB68211140-
CMYK0.6800.340.17
HSL150.21º61.9%54.71%-
HSV(B)150.21º67.77%82.75%-
XYZ30.4149.7132.8-
YUV160.15116.6262.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.23%
GREEN value IS 211 (82.81% from 255) = 50.36%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=16.23%
G=50.36%
B=33.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal682111400.6800.340.17150.2161.954.71
Hex44D38C4402211963e37
Octal104323214104042212267667
Binary10001001101001110001100100010001000101000110010110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44D38C; }

 p { color: rgb(68,211,140); }

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

<style>
 a { background-color: #44D38C; }

 a { background-color: rgb(68,211,140); }

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

<style>
 span { border-color: #44D38C; }

 span { border-color: rgb(68,211,140); }

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