#448D4A

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

Shades of Fruit Salad #448D4A

Tints of Fruit Salad #448D4A

Color information

#448D4A (or 0x448D4A) is unknown color: approx Fruit Salad. HEX triplet: 44, 8D and 4A. RGB value is (68,141,74). Sum of RGB (Red+Green+Blue) = 68+141+74=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #448D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D4A is #BB72B5. Grayscale: #6F6F6F. Windows color (decimal): -12284598 or 4885828. OLE color: 4885828.

HSL color Cylindrical-coordinate representation of color #448D4A: hue angle of 124.93º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D4A is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB6814174-
CMYK0.5200.480.45
HSL124.93º34.93%40.98%-
HSV(B)124.93º51.77%55.29%-
XYZ13.1420.779.8-
YUV111.54106.8296.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 141 (55.47% from 255) = 49.82%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=24.03%
G=49.82%
B=26.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68141740.5200.480.45124.9334.9340.98
Hex448D4A340302D7d2329
Octal10421511264060551754351
Binary100010010001101100101011010001100001011011111101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448D4A; }

 p { color: rgb(68,141,74); }

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

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

 a { background-color: rgb(68,141,74); }

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

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

 span { border-color: rgb(68,141,74); }

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