#449141

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

Shades of Fruit Salad #449141

Tints of Fruit Salad #449141

Color information

#449141 (or 0x449141) is unknown color: approx Fruit Salad. HEX triplet: 44, 91 and 41. RGB value is (68,145,65). Sum of RGB (Red+Green+Blue) = 68+145+65=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #449141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449141 is #BB6EBE. Grayscale: #717171. Windows color (decimal): -12283583 or 4297028. OLE color: 4297028.

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

Color convert

RGB6814565-
CMYK0.5300.550.43
HSL117.75º38.1%41.18%-
HSV(B)117.75º55.17%56.86%-
XYZ13.4621.868.51-
YUV112.86100.9996-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=24.46%
G=52.16%
B=23.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145650.5300.550.43117.7538.141.18
Hex449141350372B762629
Octal10422110165067531664651
Binary100010010010001100000111010101101111010111110110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449141; }

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

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

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

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

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

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

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

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