#449946

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

Shades of Fruit Salad #449946

Tints of Fruit Salad #449946

Color information

#449946 (or 0x449946) is unknown color: approx Fruit Salad. HEX triplet: 44, 99 and 46. RGB value is (68,153,70). Sum of RGB (Red+Green+Blue) = 68+153+70=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #449946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449946 is #BB66B9. Grayscale: #767676. Windows color (decimal): -12281530 or 4626756. OLE color: 4626756.

HSL color Cylindrical-coordinate representation of color #449946: hue angle of 121.41º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449946 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB6815370-
CMYK0.5600.540.4
HSL121.41º38.46%43.33%-
HSV(B)121.41º55.56%60%-
XYZ14.8824.459.73-
YUV118.12100.8492.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=23.37%
G=52.58%
B=24.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68153700.5600.540.4121.4138.4643.33
Hex449946380362879262b
Octal10423110670066501714653
Binary100010010011001100011011100001101101010001111001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449946; }

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

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

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

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

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

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

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

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