#449840

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

Shades of Fruit Salad #449840

Tints of Fruit Salad #449840

Color information

#449840 (or 0x449840) is unknown color: approx Fruit Salad. HEX triplet: 44, 98 and 40. RGB value is (68,152,64). Sum of RGB (Red+Green+Blue) = 68+152+64=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #449840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449840 is #BB67BF. Grayscale: #757575. Windows color (decimal): -12281792 or 4233284. OLE color: 4233284.

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

Color convert

RGB6815264-
CMYK0.5500.580.40
HSL117.27º40.74%42.35%-
HSV(B)117.27º57.89%59.61%-
XYZ14.5424.068.73-
YUV116.8598.1793.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=23.94%
G=53.52%
B=22.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68152640.5500.580.40117.2740.7442.35
Hex4498403703A2875292a
Octal10423010067072501655152
Binary100010010011000100000011011101110101010001110101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449840; }

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

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

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

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

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

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

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

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