#449041

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

Shades of Fruit Salad #449041

Tints of Fruit Salad #449041

Color information

#449041 (or 0x449041) is unknown color: approx Fruit Salad. HEX triplet: 44, 90 and 41. RGB value is (68,144,65). Sum of RGB (Red+Green+Blue) = 68+144+65=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #449041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449041 is #BB6FBE. Grayscale: #707070. Windows color (decimal): -12283839 or 4296772. OLE color: 4296772.

HSL color Cylindrical-coordinate representation of color #449041: hue angle of 117.72º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449041 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB6814465-
CMYK0.5300.550.44
HSL117.72º37.8%40.98%-
HSV(B)117.72º54.86%56.47%-
XYZ13.3121.568.46-
YUV112.27101.3296.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=24.55%
G=51.99%
B=23.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68144650.5300.550.44117.7237.840.98
Hex449041350372C762629
Octal10422010165067541664651
Binary100010010010000100000111010101101111011001110110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449041; }

 p { color: rgb(68,144,65); }

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

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

 a { background-color: rgb(68,144,65); }

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

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

 span { border-color: rgb(68,144,65); }

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