#44954A

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

Shades of Fruit Salad #44954A

Tints of Fruit Salad #44954A

Color information

#44954A (or 0x44954A) is unknown color: approx Fruit Salad. HEX triplet: 44, 95 and 4A. RGB value is (68,149,74). Sum of RGB (Red+Green+Blue) = 68+149+74=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #44954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44954A is #BB6AB5. Grayscale: #747474. Windows color (decimal): -12282550 or 4887876. OLE color: 4887876.

HSL color Cylindrical-coordinate representation of color #44954A: hue angle of 124.44º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44954A is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB6814974-
CMYK0.5400.500.42
HSL124.44º37.33%42.55%-
HSV(B)124.44º54.36%58.43%-
XYZ14.3723.2210.2-
YUV116.23104.1693.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=23.37%
G=51.20%
B=25.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68149740.5400.500.42124.4437.3342.55
Hex44954A360322A7c252b
Octal10422511266062521744553
Binary100010010010101100101011011001100101010101111100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44954A; }

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

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

<style>
 a { background-color: #44954A; }

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

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

<style>
 span { border-color: #44954A; }

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

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