#449945

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

Shades of Fruit Salad #449945

Tints of Fruit Salad #449945

Color information

#449945 (or 0x449945) is unknown color: approx Fruit Salad. HEX triplet: 44, 99 and 45. RGB value is (68,153,69). Sum of RGB (Red+Green+Blue) = 68+153+69=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #449945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449945 is #BB66BA. Grayscale: #767676. Windows color (decimal): -12281531 or 4561220. OLE color: 4561220.

HSL color Cylindrical-coordinate representation of color #449945: hue angle of 120.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449945 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB6815369-
CMYK0.5600.550.4
HSL120.71º38.46%43.33%-
HSV(B)120.71º55.56%60%-
XYZ14.8524.449.57-
YUV118.01100.3492.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 153 (60.16% from 255) = 52.76%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=23.45%
G=52.76%
B=23.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68153690.5600.550.4120.7138.4643.33
Hex449945380372879262b
Octal10423110570067501714653
Binary100010010011001100010111100001101111010001111001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449945; }

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

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

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

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

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

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

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

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