#44974D

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

Shades of Fruit Salad #44974D

Tints of Fruit Salad #44974D

Color information

#44974D (or 0x44974D) is unknown color: approx Fruit Salad. HEX triplet: 44, 97 and 4D. RGB value is (68,151,77). Sum of RGB (Red+Green+Blue) = 68+151+77=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #44974D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44974D is #BB68B2. Grayscale: #757575. Windows color (decimal): -12282035 or 5084996. OLE color: 5084996.

HSL color Cylindrical-coordinate representation of color #44974D: hue angle of 126.51º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44974D is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB6815177-
CMYK0.5500.490.41
HSL126.51º37.9%42.94%-
HSV(B)126.51º54.97%59.22%-
XYZ14.7923.910.85-
YUV117.7510592.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 151 (59.38% from 255) = 51.01%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=22.97%
G=51.01%
B=26.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68151770.5500.490.41126.5137.942.94
Hex44974D37031297f262b
Octal10422711567061511774653
Binary100010010010111100110111011101100011010011111111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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