#44974E

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

Shades of Fruit Salad #44974E

Tints of Fruit Salad #44974E

Color information

#44974E (or 0x44974E) is unknown color: approx Fruit Salad. HEX triplet: 44, 97 and 4E. RGB value is (68,151,78). Sum of RGB (Red+Green+Blue) = 68+151+78=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #44974E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44974E is #BB68B1. Grayscale: #767676. Windows color (decimal): -12282034 or 5150532. OLE color: 5150532.

HSL color Cylindrical-coordinate representation of color #44974E: hue angle of 127.23º 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 #44974E is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB6815178-
CMYK0.5500.480.41
HSL127.23º37.9%42.94%-
HSV(B)127.23º54.97%59.22%-
XYZ14.8323.9111.04-
YUV117.86105.592.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=22.90%
G=50.84%
B=26.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68151780.5500.480.41127.2337.942.94
Hex44974E37030297f262b
Octal10422711667060511774653
Binary100010010010111100111011011101100001010011111111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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