#449148

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

Shades of Fruit Salad #449148

Tints of Fruit Salad #449148

Color information

#449148 (or 0x449148) is unknown color: approx Fruit Salad. HEX triplet: 44, 91 and 48. RGB value is (68,145,72). Sum of RGB (Red+Green+Blue) = 68+145+72=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #449148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449148 is #BB6EB7. Grayscale: #717171. Windows color (decimal): -12283576 or 4755780. OLE color: 4755780.

HSL color Cylindrical-coordinate representation of color #449148: hue angle of 123.12º 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 #449148 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB6814572-
CMYK0.5300.500.43
HSL123.12º36.15%41.76%-
HSV(B)123.12º53.1%56.86%-
XYZ13.6821.959.65-
YUV113.66104.4995.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 145 (57.03% from 255) = 50.88%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=23.86%
G=50.88%
B=25.26%

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
Decimal68145720.5300.500.43123.1236.1541.76
Hex449148350322B7b242a
Octal10422111065062531734452
Binary100010010010001100100011010101100101010111111011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449148; }

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

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

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

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

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

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

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

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