#44b544

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

Shades of Fruit Salad #44B544

Tints of Fruit Salad #44B544

Color information

#44B544 (or 0x44B544) is unknown color: approx Fruit Salad. HEX triplet: 44, B5 and 44. RGB value is (68,181,68). Sum of RGB (Red+Green+Blue) = 68+181+68=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #44B544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B544 is #BB4ABB. Grayscale: #868686. Windows color (decimal): -12274364 or 4502852. OLE color: 4502852.

HSL color Cylindrical-coordinate representation of color #44B544: hue angle of 120º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B544 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB6818168-
CMYK0.6200.620.29
HSL120º45.38%48.82%-
HSV(B)120º62.43%70.98%-
XYZ19.9534.6911.11-
YUV134.3390.5680.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 181 (71.09% from 255) = 57.10%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=21.45%
G=57.10%
B=21.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68181680.6200.620.2912045.3848.82
Hex44B5443E03E1D782d31
Octal10426510476076351705561
Binary10001001011010110001001111100111110111011111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44b544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,181,68); }

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

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

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

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

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

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

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