#44B143

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

Shades of Fruit Salad #44B143

Tints of Fruit Salad #44B143

Color information

#44B143 (or 0x44B143) is unknown color: approx Fruit Salad. HEX triplet: 44, B1 and 43. RGB value is (68,177,67). Sum of RGB (Red+Green+Blue) = 68+177+67=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #44B143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B143 is #BB4EBC. Grayscale: #848484. Windows color (decimal): -12275389 or 4436292. OLE color: 4436292.

HSL color Cylindrical-coordinate representation of color #44B143: hue angle of 119.45º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B143 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB6817767-
CMYK0.6200.620.31
HSL119.45º45.08%47.84%-
HSV(B)119.45º62.15%69.41%-
XYZ19.1233.0810.69-
YUV131.8791.3982.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 177 (69.53% from 255) = 56.73%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=21.79%
G=56.73%
B=21.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68177670.6200.620.31119.4545.0847.84
Hex44B1433E03E1F772d30
Octal10426110376076371675560
Binary10001001011000110000111111100111110111111110111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,177,67); }

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

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

 a { background-color: rgb(68,177,67); }

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

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

 span { border-color: rgb(68,177,67); }

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