#44B055

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

Shades of Fruit Salad #44B055

Tints of Fruit Salad #44B055

Color information

#44B055 (or 0x44B055) is unknown color: approx Fruit Salad. HEX triplet: 44, B0 and 55. RGB value is (68,176,85). Sum of RGB (Red+Green+Blue) = 68+176+85=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #44B055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44B055 is #BB4FAA. Grayscale: #858585. Windows color (decimal): -12275627 or 5615684. OLE color: 5615684.

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

Color convert

RGB6817685-
CMYK0.6100.520.31
HSL129.44º44.26%47.84%-
HSV(B)129.44º61.36%69.02%-
XYZ19.5532.9413.92-
YUV133.33100.7281.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 176 (69.14% from 255) = 53.50%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=20.67%
G=53.50%
B=25.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68176850.6100.520.31129.4444.2647.84
Hex44B0553D0341F812c30
Octal10426012575064372015460
Binary100010010110000101010111110101101001111110000001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,176,85); }

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

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

 a { background-color: rgb(68,176,85); }

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

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

 span { border-color: rgb(68,176,85); }

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