#449647

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

Shades of Fruit Salad #449647

Tints of Fruit Salad #449647

Color information

#449647 (or 0x449647) is unknown color: approx Fruit Salad. HEX triplet: 44, 96 and 47. RGB value is (68,150,71). Sum of RGB (Red+Green+Blue) = 68+150+71=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #449647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449647 is #BB69B8. Grayscale: #747474. Windows color (decimal): -12282297 or 4691524. OLE color: 4691524.

HSL color Cylindrical-coordinate representation of color #449647: hue angle of 122.2º 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 #449647 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB6815071-
CMYK0.5500.530.41
HSL122.2º37.61%42.75%-
HSV(B)122.2º54.67%58.82%-
XYZ14.4323.59.74-
YUV116.48102.3393.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 150 (58.98% from 255) = 51.90%
BLUE value IS 71 (28.12% from 255) = 24.57%
R=23.53%
G=51.90%
B=24.57%

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
Decimal68150710.5500.530.41122.237.6142.75
Hex44964737035297a262b
Octal10422610767065511724653
Binary100010010010110100011111011101101011010011111010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449647; }

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

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

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

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

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

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

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

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