#449149

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

Shades of Fruit Salad #449149

Tints of Fruit Salad #449149

Color information

#449149 (or 0x449149) is unknown color: approx Fruit Salad. HEX triplet: 44, 91 and 49. RGB value is (68,145,73). Sum of RGB (Red+Green+Blue) = 68+145+73=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #449149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449149 is #BB6EB6. Grayscale: #717171. Windows color (decimal): -12283575 or 4821316. OLE color: 4821316.

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

Color convert

RGB6814573-
CMYK0.5300.500.43
HSL123.9º36.15%41.76%-
HSV(B)123.9º53.1%56.86%-
XYZ13.7121.969.82-
YUV113.77104.9995.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=23.78%
G=50.70%
B=25.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145730.5300.500.43123.936.1541.76
Hex449149350322B7c242a
Octal10422111165062531744452
Binary100010010010001100100111010101100101010111111100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449149; }

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

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

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

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

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

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

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

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