#449648

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

Shades of Fruit Salad #449648

Tints of Fruit Salad #449648

Color information

#449648 (or 0x449648) is unknown color: approx Fruit Salad. HEX triplet: 44, 96 and 48. RGB value is (68,150,72). Sum of RGB (Red+Green+Blue) = 68+150+72=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #449648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449648 is #BB69B7. Grayscale: #747474. Windows color (decimal): -12282296 or 4757060. OLE color: 4757060.

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

Color convert

RGB6815072-
CMYK0.5500.520.41
HSL122.93º37.61%42.75%-
HSV(B)122.93º54.67%58.82%-
XYZ14.4623.519.91-
YUV116.59102.8393.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=23.45%
G=51.72%
B=24.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68150720.5500.520.41122.9337.6142.75
Hex44964837034297b262b
Octal10422611067064511734653
Binary100010010010110100100011011101101001010011111011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449648; }

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

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

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

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

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

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

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

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