#44954E

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

Shades of Fruit Salad #44954E

Tints of Fruit Salad #44954E

Color information

#44954E (or 0x44954E) is unknown color: approx Fruit Salad. HEX triplet: 44, 95 and 4E. RGB value is (68,149,78). Sum of RGB (Red+Green+Blue) = 68+149+78=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #44954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44954E is #BB6AB1. Grayscale: #747474. Windows color (decimal): -12282546 or 5150020. OLE color: 5150020.

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

Color convert

RGB6814978-
CMYK0.5400.480.42
HSL127.41º37.33%42.55%-
HSV(B)127.41º54.36%58.43%-
XYZ14.5123.2710.94-
YUV116.69106.1693.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=23.05%
G=50.51%
B=26.44%

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
Decimal68149780.5400.480.42127.4137.3342.55
Hex44954E360302A7f252b
Octal10422511666060521774553
Binary100010010010101100111011011001100001010101111111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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