#44AB54

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

Shades of Fruit Salad #44AB54

Tints of Fruit Salad #44AB54

Color information

#44AB54 (or 0x44AB54) is unknown color: approx Fruit Salad. HEX triplet: 44, AB and 54. RGB value is (68,171,84). Sum of RGB (Red+Green+Blue) = 68+171+84=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AB54 is #BB54AB. Grayscale: #828282. Windows color (decimal): -12276908 or 5548868. OLE color: 5548868.

HSL color Cylindrical-coordinate representation of color #44AB54: hue angle of 129.32º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AB54 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB6817184-
CMYK0.6000.510.33
HSL129.32º43.1%46.86%-
HSV(B)129.32º60.23%67.06%-
XYZ18.5530.9913.39-
YUV130.28101.8883.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=21.05%
G=52.94%
B=26.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68171840.6000.510.33129.3243.146.86
Hex44AB543C03321812b2f
Octal10425312474063412015357
Binary1000100101010111010100111100011001110000110000001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,171,84); }

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

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

 a { background-color: rgb(68,171,84); }

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

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

 span { border-color: rgb(68,171,84); }

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