#449548

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

Shades of Fruit Salad #449548

Tints of Fruit Salad #449548

Color information

#449548 (or 0x449548) is unknown color: approx Fruit Salad. HEX triplet: 44, 95 and 48. RGB value is (68,149,72). Sum of RGB (Red+Green+Blue) = 68+149+72=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #449548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449548 is #BB6AB7. Grayscale: #747474. Windows color (decimal): -12282552 or 4756804. OLE color: 4756804.

HSL color Cylindrical-coordinate representation of color #449548: hue angle of 122.96º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449548 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB6814972-
CMYK0.5400.520.42
HSL122.96º37.33%42.55%-
HSV(B)122.96º54.36%58.43%-
XYZ14.323.199.85-
YUV116103.1693.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=23.53%
G=51.56%
B=24.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68149720.5400.520.42122.9637.3342.55
Hex449548360342A7b252b
Octal10422511066064521734553
Binary100010010010101100100011011001101001010101111011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449548; }

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

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

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

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

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

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

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

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