#44B14A

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

Shades of Fruit Salad #44B14A

Tints of Fruit Salad #44B14A

Color information

#44B14A (or 0x44B14A) is unknown color: approx Fruit Salad. HEX triplet: 44, B1 and 4A. RGB value is (68,177,74). Sum of RGB (Red+Green+Blue) = 68+177+74=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #44B14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B14A is #BB4EB5. Grayscale: #848484. Windows color (decimal): -12275382 or 4895044. OLE color: 4895044.

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

Color convert

RGB6817774-
CMYK0.6200.580.31
HSL123.3º44.49%48.04%-
HSV(B)123.3º61.58%69.41%-
XYZ19.3433.1711.86-
YUV132.6794.8981.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 177 (69.53% from 255) = 55.49%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=21.32%
G=55.49%
B=23.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68177740.6200.580.31123.344.4948.04
Hex44B14A3E03A1F7b2c30
Octal10426111276072371735460
Binary10001001011000110010101111100111010111111111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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