#44C485

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

Shades of Emerald #44C485

Tints of Emerald #44C485

Color information

#44C485 (or 0x44C485) is unknown color: approx Emerald. HEX triplet: 44, C4 and 85. RGB value is (68,196,133). Sum of RGB (Red+Green+Blue) = 68+196+133=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #44C485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C485 is #BB3B7A. Grayscale: #969696. Windows color (decimal): -12270459 or 8766532. OLE color: 8766532.

HSL color Cylindrical-coordinate representation of color #44C485: hue angle of 150.47º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C485 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB68196133-
CMYK0.6500.320.23
HSL150.47º52.03%51.76%-
HSV(B)150.47º65.31%76.86%-
XYZ26.3642.428.99-
YUV150.55118.0969.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.13%
GREEN value IS 196 (76.95% from 255) = 49.37%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=17.13%
G=49.37%
B=33.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal681961330.6500.320.23150.4752.0351.76
Hex44C4854102017963434
Octal104304205101040272266464
Binary10001001100010010000101100000101000001011110010110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,196,133); }

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

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

 a { background-color: rgb(68,196,133); }

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

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

 span { border-color: rgb(68,196,133); }

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