#44C068

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

Shades of Emerald #44C068

Tints of Emerald #44C068

Color information

#44C068 (or 0x44C068) is unknown color: approx Emerald. HEX triplet: 44, C0 and 68. RGB value is (68,192,104). Sum of RGB (Red+Green+Blue) = 68+192+104=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #44C068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C068 is #BB3F97. Grayscale: #919191. Windows color (decimal): -12271512 or 6864964. OLE color: 6864964.

HSL color Cylindrical-coordinate representation of color #44C068: hue angle of 137.42º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C068 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB68192104-
CMYK0.6500.460.25
HSL137.42º49.6%50.98%-
HSV(B)137.42º64.58%75.29%-
XYZ23.7339.9319.55-
YUV144.89104.9273.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.68%
GREEN value IS 192 (75.39% from 255) = 52.75%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=18.68%
G=52.75%
B=28.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681921040.6500.460.25137.4249.650.98
Hex44C0684102E19893233
Octal104300150101056312116263
Binary1000100110000001101000100000101011101100110001001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,192,104); }

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

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

 a { background-color: rgb(68,192,104); }

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

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

 span { border-color: rgb(68,192,104); }

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