#44A448

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

Shades of Fruit Salad #44A448

Tints of Fruit Salad #44A448

Color information

#44A448 (or 0x44A448) is unknown color: approx Fruit Salad. HEX triplet: 44, A4 and 48. RGB value is (68,164,72). Sum of RGB (Red+Green+Blue) = 68+164+72=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #44A448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A448 is #BB5BB7. Grayscale: #7D7D7D. Windows color (decimal): -12278712 or 4760644. OLE color: 4760644.

HSL color Cylindrical-coordinate representation of color #44A448: hue angle of 122.5º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A448 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB6816472-
CMYK0.5900.560.36
HSL122.5º41.38%45.49%-
HSV(B)122.5º58.54%64.31%-
XYZ16.8328.2510.7-
YUV124.8198.287.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 164 (64.45% from 255) = 53.95%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=22.37%
G=53.95%
B=23.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68164720.5900.560.36122.541.3845.49
Hex44A4483B038247a292d
Octal10424411073070441725155
Binary100010010100100100100011101101110001001001111010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,164,72); }

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

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

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

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

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

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

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