#449646

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

Shades of Fruit Salad #449646

Tints of Fruit Salad #449646

Color information

#449646 (or 0x449646) is unknown color: approx Fruit Salad. HEX triplet: 44, 96 and 46. RGB value is (68,150,70). Sum of RGB (Red+Green+Blue) = 68+150+70=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #449646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449646 is #BB69B9. Grayscale: #747474. Windows color (decimal): -12282298 or 4625988. OLE color: 4625988.

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

Color convert

RGB6815070-
CMYK0.5500.530.41
HSL121.46º37.61%42.75%-
HSV(B)121.46º54.67%58.82%-
XYZ14.423.489.57-
YUV116.36101.8393.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=23.61%
G=52.08%
B=24.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68150700.5500.530.41121.4637.6142.75
Hex449646370352979262b
Octal10422610667065511714653
Binary100010010010110100011011011101101011010011111001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449646; }

 p { color: rgb(68,150,70); }

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

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

 a { background-color: rgb(68,150,70); }

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

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

 span { border-color: rgb(68,150,70); }

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