#449B48

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

Shades of Fruit Salad #449B48

Tints of Fruit Salad #449B48

Color information

#449B48 (or 0x449B48) is unknown color: approx Fruit Salad. HEX triplet: 44, 9B and 48. RGB value is (68,155,72). Sum of RGB (Red+Green+Blue) = 68+155+72=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #449B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B48 is #BB64B7. Grayscale: #777777. Windows color (decimal): -12281016 or 4758340. OLE color: 4758340.

HSL color Cylindrical-coordinate representation of color #449B48: hue angle of 122.76º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B48 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB6815572-
CMYK0.5600.540.39
HSL122.76º39.01%43.73%-
HSV(B)122.76º56.13%60.78%-
XYZ15.2725.1410.18-
YUV119.52101.1891.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 155 (60.94% from 255) = 52.54%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=23.05%
G=52.54%
B=24.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68155720.5600.540.39122.7639.0143.73
Hex449B4838036277b272c
Octal10423311070066471734754
Binary100010010011011100100011100001101101001111111011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449B48; }

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

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

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

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

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

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

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

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