#448f45

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

Shades of Fruit Salad #448F45

Tints of Fruit Salad #448F45

Color information

#448F45 (or 0x448F45) is unknown color: approx Fruit Salad. HEX triplet: 44, 8F and 45. RGB value is (68,143,69). Sum of RGB (Red+Green+Blue) = 68+143+69=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #448F45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448F45 is #BB70BA. Grayscale: #707070. Windows color (decimal): -12284091 or 4558660. OLE color: 4558660.

HSL color Cylindrical-coordinate representation of color #448F45: hue angle of 120.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448F45 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB6814369-
CMYK0.5200.520.44
HSL120.8º35.55%41.37%-
HSV(B)120.8º52.45%56.08%-
XYZ13.2821.39.04-
YUV112.14103.6596.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 143 (56.25% from 255) = 51.07%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=24.29%
G=51.07%
B=24.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68143690.5200.520.44120.835.5541.37
Hex448F45340342C792429
Octal10421710564064541714451
Binary100010010001111100010111010001101001011001111001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448f45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,143,69); }

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

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

 a { background-color: rgb(68,143,69); }

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

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

 span { border-color: rgb(68,143,69); }

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