#449C48

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

Shades of Fruit Salad #449C48

Tints of Fruit Salad #449C48

Color information

#449C48 (or 0x449C48) is unknown color: approx Fruit Salad. HEX triplet: 44, 9C and 48. RGB value is (68,156,72). Sum of RGB (Red+Green+Blue) = 68+156+72=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #449C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C48 is #BB63B7. Grayscale: #787878. Windows color (decimal): -12280760 or 4758596. OLE color: 4758596.

HSL color Cylindrical-coordinate representation of color #449C48: hue angle of 122.73º 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 #449C48 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB6815672-
CMYK0.5600.540.39
HSL122.73º39.29%43.92%-
HSV(B)122.73º56.41%61.18%-
XYZ15.4425.4710.23-
YUV120.11100.8590.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 156 (61.33% from 255) = 52.70%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=22.97%
G=52.70%
B=24.32%

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
Decimal68156720.5600.540.39122.7339.2943.92
Hex449C4838036277b272c
Octal10423411070066471734754
Binary100010010011100100100011100001101101001111111011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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