#44CB7A

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

Shades of Emerald #44CB7A

Tints of Emerald #44CB7A

Color information

#44CB7A (or 0x44CB7A) is unknown color: approx Emerald. HEX triplet: 44, CB and 7A. RGB value is (68,203,122). Sum of RGB (Red+Green+Blue) = 68+203+122=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #44CB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CB7A is #BB3485. Grayscale: #999999. Windows color (decimal): -12268678 or 8047428. OLE color: 8047428.

HSL color Cylindrical-coordinate representation of color #44CB7A: hue angle of 144º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CB7A is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB68203122-
CMYK0.6700.400.20
HSL144º56.49%53.14%-
HSV(B)144º66.5%79.61%-
XYZ27.2545.3525.73-
YUV153.4110.2767.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.30%
GREEN value IS 203 (79.69% from 255) = 51.65%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=17.30%
G=51.65%
B=31.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal682031220.6700.400.2014456.4953.14
Hex44CB7A4302814903835
Octal104313172103050242207065
Binary1000100110010111111010100001101010001010010010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,203,122); }

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

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

 a { background-color: rgb(68,203,122); }

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

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

 span { border-color: rgb(68,203,122); }

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