#449143

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

Shades of Fruit Salad #449143

Tints of Fruit Salad #449143

Color information

#449143 (or 0x449143) is unknown color: approx Fruit Salad. HEX triplet: 44, 91 and 43. RGB value is (68,145,67). Sum of RGB (Red+Green+Blue) = 68+145+67=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #449143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449143 is #BB6EBC. Grayscale: #717171. Windows color (decimal): -12283581 or 4428100. OLE color: 4428100.

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

Color convert

RGB6814567-
CMYK0.5300.540.43
HSL119.23º36.79%41.57%-
HSV(B)119.23º53.79%56.86%-
XYZ13.5221.888.82-
YUV113.08101.9995.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 145 (57.03% from 255) = 51.79%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=24.29%
G=51.79%
B=23.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145670.5300.540.43119.2336.7941.57
Hex449143350362B77252a
Octal10422110365066531674552
Binary100010010010001100001111010101101101010111110111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449143; }

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

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

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

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

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

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

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

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