#44B74D

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

Shades of Fruit Salad #44B74D

Tints of Fruit Salad #44B74D

Color information

#44B74D (or 0x44B74D) is unknown color: approx Fruit Salad. HEX triplet: 44, B7 and 4D. RGB value is (68,183,77). Sum of RGB (Red+Green+Blue) = 68+183+77=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #44B74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B74D is #BB48B2. Grayscale: #888888. Windows color (decimal): -12273843 or 5093188. OLE color: 5093188.

HSL color Cylindrical-coordinate representation of color #44B74D: hue angle of 124.7º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B74D is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB6818377-
CMYK0.6300.580.28
HSL124.7º45.82%49.22%-
HSV(B)124.7º62.84%71.76%-
XYZ20.6635.6312.81-
YUV136.5394.479.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.73%
GREEN value IS 183 (71.88% from 255) = 55.79%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=20.73%
G=55.79%
B=23.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68183770.6300.580.28124.745.8249.22
Hex44B74D3F03A1C7d2e31
Octal10426711577072341755661
Binary10001001011011110011011111110111010111001111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,183,77); }

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

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

 a { background-color: rgb(68,183,77); }

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

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

 span { border-color: rgb(68,183,77); }

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