#449547

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

Shades of Fruit Salad #449547

Tints of Fruit Salad #449547

Color information

#449547 (or 0x449547) is unknown color: approx Fruit Salad. HEX triplet: 44, 95 and 47. RGB value is (68,149,71). Sum of RGB (Red+Green+Blue) = 68+149+71=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #449547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449547 is #BB6AB8. Grayscale: #747474. Windows color (decimal): -12282553 or 4691268. OLE color: 4691268.

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

Color convert

RGB6814971-
CMYK0.5400.520.42
HSL122.22º37.33%42.55%-
HSV(B)122.22º54.36%58.43%-
XYZ14.2723.189.68-
YUV115.89102.6693.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=23.61%
G=51.74%
B=24.65%

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
Decimal68149710.5400.520.42122.2237.3342.55
Hex449547360342A7a252b
Octal10422510766064521724553
Binary100010010010101100011111011001101001010101111010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449547; }

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

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

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

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

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

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

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

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