#449740

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

Shades of Fruit Salad #449740

Tints of Fruit Salad #449740

Color information

#449740 (or 0x449740) is unknown color: approx Fruit Salad. HEX triplet: 44, 97 and 40. RGB value is (68,151,64). Sum of RGB (Red+Green+Blue) = 68+151+64=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #449740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449740 is #BB68BF. Grayscale: #747474. Windows color (decimal): -12282048 or 4233028. OLE color: 4233028.

HSL color Cylindrical-coordinate representation of color #449740: hue angle of 117.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #449740 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB6815164-
CMYK0.5500.580.41
HSL117.24º40.47%42.16%-
HSV(B)117.24º57.62%59.22%-
XYZ14.3823.738.67-
YUV116.2698.593.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 151 (59.38% from 255) = 53.36%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=24.03%
G=53.36%
B=22.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68151640.5500.580.41117.2440.4742.16
Hex4497403703A2975282a
Octal10422710067072511655052
Binary100010010010111100000011011101110101010011110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449740; }

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

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

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

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

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

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

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

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