#449340

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

Shades of Fruit Salad #449340

Tints of Fruit Salad #449340

Color information

#449340 (or 0x449340) is unknown color: approx Fruit Salad. HEX triplet: 44, 93 and 40. RGB value is (68,147,64). Sum of RGB (Red+Green+Blue) = 68+147+64=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #449340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449340 is #BB6CBF. Grayscale: #727272. Windows color (decimal): -12283072 or 4232004. OLE color: 4232004.

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

Color convert

RGB6814764-
CMYK0.5400.560.42
HSL117.11º39.34%41.37%-
HSV(B)117.11º56.46%57.65%-
XYZ13.7422.478.46-
YUV113.9299.8395.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=24.37%
G=52.69%
B=22.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147640.5400.560.42117.1139.3441.37
Hex449340360382A752729
Octal10422310066070521654751
Binary100010010010011100000011011001110001010101110101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449340; }

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

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

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

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

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

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

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

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