#44B152

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

Shades of Fruit Salad #44B152

Tints of Fruit Salad #44B152

Color information

#44B152 (or 0x44B152) is unknown color: approx Fruit Salad. HEX triplet: 44, B1 and 52. RGB value is (68,177,82). Sum of RGB (Red+Green+Blue) = 68+177+82=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #44B152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44B152 is #BB4EAD. Grayscale: #858585. Windows color (decimal): -12275374 or 5419332. OLE color: 5419332.

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

Color convert

RGB6817782-
CMYK0.6200.540.31
HSL127.71º44.49%48.04%-
HSV(B)127.71º61.58%69.41%-
XYZ19.6333.2813.37-
YUV133.5898.8981.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 177 (69.53% from 255) = 54.13%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=20.80%
G=54.13%
B=25.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68177820.6200.540.31127.7144.4948.04
Hex44B1523E0361F802c30
Octal10426112276066372005460
Binary100010010110001101001011111001101101111110000000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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