#449342

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

Shades of Fruit Salad #449342

Tints of Fruit Salad #449342

Color information

#449342 (or 0x449342) is unknown color: approx Fruit Salad. HEX triplet: 44, 93 and 42. RGB value is (68,147,66). Sum of RGB (Red+Green+Blue) = 68+147+66=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #449342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449342 is #BB6CBD. Grayscale: #727272. Windows color (decimal): -12283070 or 4363076. OLE color: 4363076.

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

Color convert

RGB6814766-
CMYK0.5400.550.42
HSL118.52º38.03%41.76%-
HSV(B)118.52º55.1%57.65%-
XYZ13.822.498.77-
YUV114.15100.8395.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 147 (57.81% from 255) = 52.31%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=24.20%
G=52.31%
B=23.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147660.5400.550.42118.5238.0341.76
Hex449342360372A77262a
Octal10422310266067521674652
Binary100010010010011100001011011001101111010101110111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449342; }

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

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

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

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

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

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

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

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