#44B157

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

Shades of Fruit Salad #44B157

Tints of Fruit Salad #44B157

Color information

#44B157 (or 0x44B157) is unknown color: approx Fruit Salad. HEX triplet: 44, B1 and 57. RGB value is (68,177,87). Sum of RGB (Red+Green+Blue) = 68+177+87=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #44B157 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44B157 is #BB4EA8. Grayscale: #868686. Windows color (decimal): -12275369 or 5747012. OLE color: 5747012.

HSL color Cylindrical-coordinate representation of color #44B157: hue angle of 130.46º degrees, saturation: 0.44, 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 #44B157 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB6817787-
CMYK0.6200.510.31
HSL130.46º44.49%48.04%-
HSV(B)130.46º61.58%69.41%-
XYZ19.8333.3614.41-
YUV134.15101.3980.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 177 (69.53% from 255) = 53.31%
BLUE value IS 87 (34.38% from 255) = 26.20%
R=20.48%
G=53.31%
B=26.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68177870.6200.510.31130.4644.4948.04
Hex44B1573E0331F822c30
Octal10426112776063372025460
Binary100010010110001101011111111001100111111110000010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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