#44954D

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

Shades of Fruit Salad #44954D

Tints of Fruit Salad #44954D

Color information

#44954D (or 0x44954D) is unknown color: approx Fruit Salad. HEX triplet: 44, 95 and 4D. RGB value is (68,149,77). Sum of RGB (Red+Green+Blue) = 68+149+77=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #44954D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44954D is #BB6AB2. Grayscale: #747474. Windows color (decimal): -12282547 or 5084484. OLE color: 5084484.

HSL color Cylindrical-coordinate representation of color #44954D: hue angle of 126.67º 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 #44954D is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB6814977-
CMYK0.5400.480.42
HSL126.67º37.33%42.55%-
HSV(B)126.67º54.36%58.43%-
XYZ14.4723.2610.75-
YUV116.57105.6693.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 149 (58.59% from 255) = 50.68%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=23.13%
G=50.68%
B=26.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68149770.5400.480.42126.6737.3342.55
Hex44954D360302A7f252b
Octal10422511566060521774553
Binary100010010010101100110111011001100001010101111111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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