#44D065

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

Shades of Emerald #44D065

Tints of Emerald #44D065

Color information

#44D065 (or 0x44D065) is unknown color: approx Emerald. HEX triplet: 44, D0 and 65. RGB value is (68,208,101). Sum of RGB (Red+Green+Blue) = 68+208+101=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #44D065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D065 is #BB2F9A. Grayscale: #9A9A9A. Windows color (decimal): -12267419 or 6672452. OLE color: 6672452.

HSL color Cylindrical-coordinate representation of color #44D065: hue angle of 134.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D065 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB68208101-
CMYK0.6700.510.18
HSL134.14º59.83%54.12%-
HSV(B)134.14º67.31%81.57%-
XYZ27.2947.2820-
YUV153.9498.1266.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 208 (81.64% from 255) = 55.17%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=18.04%
G=55.17%
B=26.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal682081010.6700.510.18134.1459.8354.12
Hex44D0654303312863c36
Octal104320145103063222067466
Binary1000100110100001100101100001101100111001010000110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,208,101); }

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

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

 a { background-color: rgb(68,208,101); }

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

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

 span { border-color: rgb(68,208,101); }

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