#44C960

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

Shades of Emerald #44C960

Tints of Emerald #44C960

Color information

#44C960 (or 0x44C960) is unknown color: approx Emerald. HEX triplet: 44, C9 and 60. RGB value is (68,201,96). Sum of RGB (Red+Green+Blue) = 68+201+96=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #44C960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C960 is #BB369F. Grayscale: #959595. Windows color (decimal): -12269216 or 6342980. OLE color: 6342980.

HSL color Cylindrical-coordinate representation of color #44C960: hue angle of 132.63º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C960 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB6820196-
CMYK0.6600.520.21
HSL132.63º55.19%52.75%-
HSV(B)132.63º66.17%78.82%-
XYZ25.3843.8518.19-
YUV149.2697.9470.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 201 (78.91% from 255) = 55.07%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=18.63%
G=55.07%
B=26.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68201960.6600.520.21132.6355.1952.75
Hex44C9604203415853735
Octal104311140102064252056765
Binary1000100110010011100000100001001101001010110000101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,201,96); }

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

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

 a { background-color: rgb(68,201,96); }

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

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

 span { border-color: rgb(68,201,96); }

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