#449948

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

Shades of Fruit Salad #449948

Tints of Fruit Salad #449948

Color information

#449948 (or 0x449948) is unknown color: approx Fruit Salad. HEX triplet: 44, 99 and 48. RGB value is (68,153,72). Sum of RGB (Red+Green+Blue) = 68+153+72=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #449948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449948 is #BB66B7. Grayscale: #767676. Windows color (decimal): -12281528 or 4757828. OLE color: 4757828.

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

Color convert

RGB6815372-
CMYK0.5600.530.4
HSL122.82º38.46%43.33%-
HSV(B)122.82º55.56%60%-
XYZ14.9424.4810.07-
YUV118.35101.8492.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=23.21%
G=52.22%
B=24.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68153720.5600.530.4122.8238.4643.33
Hex44994838035287b262b
Octal10423111070065501734653
Binary100010010011001100100011100001101011010001111011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449948; }

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

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

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

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

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

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

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

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