#44BB53

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

Shades of Fruit Salad #44BB53

Tints of Fruit Salad #44BB53

Color information

#44BB53 (or 0x44BB53) is unknown color: approx Fruit Salad. HEX triplet: 44, BB and 53. RGB value is (68,187,83). Sum of RGB (Red+Green+Blue) = 68+187+83=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BB53 is #BB44AC. Grayscale: #8B8B8B. Windows color (decimal): -12272813 or 5487428. OLE color: 5487428.

HSL color Cylindrical-coordinate representation of color #44BB53: hue angle of 127.56º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BB53 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB6818783-
CMYK0.6400.560.27
HSL127.56º46.67%50%-
HSV(B)127.56º63.64%73.33%-
XYZ21.7237.3914.26-
YUV139.5696.0876.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 187 (73.44% from 255) = 55.33%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=20.12%
G=55.33%
B=24.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68187830.6400.560.27127.5646.6750
Hex44BB53400381B802f32
Octal104273123100070332005762
Binary1000100101110111010011100000001110001101110000000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,187,83); }

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

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

 a { background-color: rgb(68,187,83); }

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

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

 span { border-color: rgb(68,187,83); }

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